aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-03-14 17:46:04 +0200
committershpuld <shp@cock.li>2019-03-14 17:46:04 +0200
commitf19284357e94968cdc9d4034c5e33ef9d6f6d9d7 (patch)
tree81ba0e1f4b06aac964daa7b2d55babeb767bd73b /src/components/notifications/notifications.vue
parent7ce8fe92141cde52e3f47d555bd6c604e1a673ed (diff)
make nav bar slide, move mobile post status to mobile nav
Diffstat (limited to 'src/components/notifications/notifications.vue')
-rw-r--r--src/components/notifications/notifications.vue2
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>