diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-10 14:28:10 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-10 14:28:10 +0200 |
| commit | 1d2ba946b6b81dc225d0eec21548a737ca2fac5e (patch) | |
| tree | 972293acde8a588ee920466ddb1a79ed20671e10 /src/components/notifications/notifications.vue | |
| parent | d150dae5d156416351312f25b06de0013ee0a95d (diff) | |
make notifications also use the popup errors, remove all error from status/notif state
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 7 |
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" |
