Merge branch 'fix/remove-notifications-console-spam' into 'develop'
fix: Remove some console spam See merge request pleroma/pleroma-fe!818
This commit is contained in:
commit
7ce9b7be07
@ -29,7 +29,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="mobile-notifications" @scroll="onScroll">
|
<div class="mobile-notifications" @scroll="onScroll">
|
||||||
<Notifications ref="notifications" noHeading="true"/>
|
<Notifications ref="notifications" :noHeading="true"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<SideDrawer ref="sideDrawer" :logout="logout"/>
|
<SideDrawer ref="sideDrawer" :logout="logout"/>
|
||||||
|
@ -35,7 +35,6 @@ const Notifications = {
|
|||||||
return unseenNotificationsFromStore(this.$store)
|
return unseenNotificationsFromStore(this.$store)
|
||||||
},
|
},
|
||||||
visibleNotifications () {
|
visibleNotifications () {
|
||||||
console.log(this.filterMode)
|
|
||||||
return visibleNotificationsFromStore(this.$store, this.filterMode)
|
return visibleNotificationsFromStore(this.$store, this.filterMode)
|
||||||
},
|
},
|
||||||
unseenCount () {
|
unseenCount () {
|
||||||
|
Loading…
Reference in New Issue
Block a user