forked from AkkomaGang/akkoma-fe
remove extra computed from nav panel
This commit is contained in:
parent
ebe885953c
commit
77bb31b474
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ const NavPanel = {
|
||||||
},
|
},
|
||||||
...mapState({
|
...mapState({
|
||||||
currentUser: state => state.users.currentUser,
|
currentUser: state => state.users.currentUser,
|
||||||
chat: state => state.chat.channel,
|
|
||||||
followRequestCount: state => state.api.followRequests.length,
|
followRequestCount: state => state.api.followRequests.length,
|
||||||
privateMode: state => state.instance.private,
|
privateMode: state => state.instance.private,
|
||||||
federating: state => state.instance.federating
|
federating: state => state.instance.federating
|
||||||
|
|
Loading…
Reference in a new issue