summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/mobile/views/components/ui.nav.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/ui.nav.vue b/src/client/app/mobile/views/components/ui.nav.vue
index 4c33de8842..36ec8b8638 100644
--- a/src/client/app/mobile/views/components/ui.nav.vue
+++ b/src/client/app/mobile/views/components/ui.nav.vue
@@ -50,7 +50,7 @@
</div>
<div class="notifications" v-if="showNotifications">
<header>
- <button @click="$parent.isDrawerOpening = false"><fa icon="times"/></button>
+ <button @click="showNotifications = false"><fa icon="times"/></button>
</header>
<mk-notifications/>
</div>