Remove links from navs if we can't see the timeline
This commit is contained in:
parent
6fdef479d0
commit
42ab3eada4
7 changed files with 17 additions and 6 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue