diff options
| author | Henry Jameson <me@hjkos.com> | 2019-05-15 20:49:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-05-15 20:49:46 +0300 |
| commit | aa24ac7ea6bfa4c37152137aabf84f45cee63a2e (patch) | |
| tree | 951698e676cd17dd2394d692623fbf5c5e9f4434 /src | |
| parent | 7976d118ca60143b25d111c24a45eff1d083fd9b (diff) | |
fix lint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/interactions/interactions.js | 2 | ||||
| -rw-r--r-- | src/components/notifications/notifications.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interactions/interactions.js b/src/components/interactions/interactions.js index 4c56a931..d4e3cc17 100644 --- a/src/components/interactions/interactions.js +++ b/src/components/interactions/interactions.js @@ -13,7 +13,7 @@ const Interactions = { } }, methods: { - onModeSwitch(index, dataset) { + onModeSwitch (index, dataset) { this.filterMode = tabModeDict[dataset.filter] } }, diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 3a6e3b94..8c97eb04 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -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 |
