Skip to content
Snippets Groups Projects
Commit 12000536 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

remove commented lines, make linter happy

parent 4fabeda3
No related branches found
No related tags found
No related merge requests found
......@@ -90,12 +90,10 @@ const Status = {
},
gotoOriginal (id) {
// only handled by conversation, not status_or_conversation
//this.$emit('goto', this.status.in_reply_to_status_id)
this.$emit('goto', id)
},
toggleExpanded () {
this.$emit('toggleExpanded')
//console.log(this.replies)
},
toggleMute () {
this.unmuted = !this.unmuted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment