Skip to content
Snippets Groups Projects
Commit aa24ac7e authored by HJ's avatar HJ :fire:
Browse files

fix lint

parent 7976d118
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!792Interactions 2.0, removing last bits of qvitter api. Only login/register and change background remains after that
Pipeline #11857 passed
......@@ -13,7 +13,7 @@ const Interactions = {
}
},
methods: {
onModeSwitch(index, dataset) {
onModeSwitch (index, dataset) {
this.filterMode = tabModeDict[dataset.filter]
}
},
......
......@@ -15,7 +15,7 @@ const Notifications = {
minimalMode: Boolean,
// Custom filter mode, an array of strings, possible values 'mention', 'repeat', 'like', 'follow', used to override global filter for use in "Interactions" timeline
filterMode: Array
},
},
data () {
return {
bottomedOut: false
......
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