forked from AkkomaGang/akkoma-fe
fix lint
This commit is contained in:
parent
7976d118ca
commit
aa24ac7ea6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue