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/components/notifications | |
| parent | 7976d118ca60143b25d111c24a45eff1d083fd9b (diff) | |
fix lint
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
