diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-11-18 11:49:54 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-11-18 11:49:54 +0000 |
| commit | d770bab1b0e5d543547c59d86aef533f77ceafe2 (patch) | |
| tree | b8e34c857f3acf526f2f5422a995803ef85cd51a /src/components/notifications | |
| parent | cd784396e72dafc8442ac48635ea23f8365d83bd (diff) | |
| parent | fb5d3d32927cd9ad625203c84e8826a3544fda3e (diff) | |
Merge branch 'fix/timeline-error-handling-fixes' into 'develop'
Various timeline fixes
See merge request pleroma/pleroma-fe!1283
Diffstat (limited to 'src/components/notifications')
| -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" |
