remove extra computed from nav panel

This commit is contained in:
Shpuld Shpuldson 2020-07-03 13:26:11 +03:00
parent ebe885953c
commit 77bb31b474

View file

@ -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