diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-04-01 19:57:31 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-04-01 19:57:31 +0000 |
| commit | ac28e8c2f981b6584f0103e10b0a5f5b025fcaae (patch) | |
| tree | a12eb0dff03ce7cbfcd6f5bd8027738662c9d973 /src/components/notifications/notifications.vue | |
| parent | a595febcb86cfeda927128b8a36756db6457e58d (diff) | |
| parent | 89c944853253463b3a0173425b35f939ac503676 (diff) | |
Merge branch 'feature/mobile-improvements-3' into 'develop'
Mobile notifications in nav bar, separate mobile navbar to its own component
See merge request pleroma/pleroma-fe!703
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 6f162b62..634a03ac 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,7 +1,7 @@ <template> <div class="notifications"> <div class="panel panel-default"> - <div class="panel-heading"> + <div v-if="!noHeading" class="panel-heading"> <div class="title"> {{$t('notifications.notifications')}} <span class="badge badge-notification unseen-count" v-if="unseenCount">{{unseenCount}}</span> |
