Remove links from navs if we can't see the timeline

This commit is contained in:
FloatingGhost 2023-03-15 22:20:54 +00:00
parent 6fdef479d0
commit 42ab3eada4
7 changed files with 17 additions and 6 deletions

View file

@ -50,7 +50,7 @@ const NavPanel = {
...mapState({
currentUser: state => state.users.currentUser,
privateMode: state => state.instance.private,
federating: state => state.instance.federating
federating: state => state.instance.federating,
}),
...mapGetters(['unreadAnnouncementCount']),
followRequestCount () {