Update components/app/SideDrawer.vue

Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
jmt-gh
2022-06-09 15:28:49 -07:00
committed by GitHub
co-authored by advplyr
parent a391db5dc2
commit c457c8eaf7
+1 -1
View File
@@ -72,7 +72,7 @@ export default {
return this.$store.state.user.serverConnectionConfig
},
serverSettings() {
return this.$store.state.serverSettings || 'Version Unavailable'
return this.$store.state.serverSettings || {}
},
username() {
return this.user ? this.user.username : ''