mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-13 16:13:21 +01:00
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({
|
||||
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…
Reference in a new issue