remove extra computed from nav panel

new-bloop
Shpuld Shpuldson 4 years ago
parent ebe885953c
commit 77bb31b474

@ -19,7 +19,6 @@ const NavPanel = {
},
...mapState({
currentUser: state => state.users.currentUser,
chat: state => state.chat.channel,
followRequestCount: state => state.api.followRequests.length,
privateMode: state => state.instance.private,
federating: state => state.instance.federating

Loading…
Cancel
Save