logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 7ce9b7be079dfe46fa9a974fd7c54864156d57f8
parent: b4796ccbf6302056bf6f58e30d495334b830c41e
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sat,  1 Jun 2019 09:15:53 +0000

Merge branch 'fix/remove-notifications-console-spam' into 'develop'

fix: Remove some console spam

See merge request pleroma/pleroma-fe!818

Diffstat:

Msrc/components/mobile_nav/mobile_nav.vue2+-
Msrc/components/notifications/notifications.js1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 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"/> diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js @@ -35,7 +35,6 @@ const Notifications = { return unseenNotificationsFromStore(this.$store) }, visibleNotifications () { - console.log(this.filterMode) return visibleNotificationsFromStore(this.$store, this.filterMode) }, unseenCount () {