Show all timeline options by default
This commit is contained in:
parent
2f6674627a
commit
86c593ea7f
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ const NavPanel = {
|
|||
},
|
||||
data () {
|
||||
return {
|
||||
showTimelines: false
|
||||
showTimelines: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
@ -58,7 +58,7 @@ const NavPanel = {
|
|||
federating: state => state.instance.federating,
|
||||
pleromaChatMessagesAvailable: state => state.instance.pleromaChatMessagesAvailable
|
||||
}),
|
||||
...mapGetters(['unreadChatCount'])
|
||||
...mapGetters([ 'unreadChatCount' ])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue