Show all timeline options by default

This commit is contained in:
Sam Therapy 2022-01-26 15:18:19 -06:00
parent 2f6674627a
commit 86c593ea7f
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -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' ])
}
}