diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-12-05 15:34:59 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-12-05 15:34:59 +0000 |
| commit | 00f4e2049229625f4eeb0df891f31488c8a43905 (patch) | |
| tree | 5c7d0b2ac25c2d74fe8eba4f7da7e0cbeb49cb18 /src/components/mobile_nav/mobile_nav.vue | |
| parent | e41edd1bbfa0118a09a49753a39f5a67d48cd5b8 (diff) | |
| parent | f3a245f899a8ad2feab1fd72642510af6ab3d874 (diff) | |
Merge branch 'from/develop/tusooa/announcements' into 'develop'
Announcements
See merge request pleroma/pleroma-fe!1466
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
| -rw-r--r-- | src/components/mobile_nav/mobile_nav.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index d642008b..0f1fe621 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -19,7 +19,7 @@ icon="bars" /> <div - v-if="unreadChatCount && !chatsPinned" + v-if="(unreadChatCount && !chatsPinned) || unreadAnnouncementCount" class="alert-dot" /> </button> |
