aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav/mobile_nav.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-06-01 12:10:00 +0300
committershpuld <shp@cock.li>2019-06-01 12:10:00 +0300
commit4526939dae34398ce440dbbcf13f63f7bfe1afa7 (patch)
tree2a0a0da7239670a63f204ca1f25af5cb07df3778 /src/components/mobile_nav/mobile_nav.vue
parentb4796ccbf6302056bf6f58e30d495334b830c41e (diff)
remove console spam
Diffstat (limited to 'src/components/mobile_nav/mobile_nav.vue')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue2
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 90707ce7..dcac440a 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -29,7 +29,7 @@
</a>
</div>
<div class="mobile-notifications" @scroll="onScroll">
- <Notifications ref="notifications" noHeading="true"/>
+ <Notifications ref="notifications" :noHeading="true"/>
</div>
</div>
<SideDrawer ref="sideDrawer" :logout="logout"/>