diff --git a/src/components/nav_panel/nav_panel.js b/src/components/nav_panel/nav_panel.js index eda01d35..f09f43a0 100644 --- a/src/components/nav_panel/nav_panel.js +++ b/src/components/nav_panel/nav_panel.js @@ -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