aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-10 14:28:10 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-10 14:28:10 +0200
commit1d2ba946b6b81dc225d0eec21548a737ca2fac5e (patch)
tree972293acde8a588ee920466ddb1a79ed20671e10 /src/components
parentd150dae5d156416351312f25b06de0013ee0a95d (diff)
make notifications also use the popup errors, remove all error from status/notif state
Diffstat (limited to 'src/components')
-rw-r--r--src/components/notifications/notifications.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue
index bd875cca..b976026e 100644
--- a/src/components/notifications/notifications.vue
+++ b/src/components/notifications/notifications.vue
@@ -15,13 +15,6 @@
class="badge badge-notification unseen-count"
>{{ unseenCount }}</span>
</div>
- <div
- v-if="error"
- class="loadmore-error alert error"
- @click.prevent
- >
- {{ $t('timeline.error_fetching') }}
- </div>
<button
v-if="unseenCount"
class="read-button"