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
parent a391db5dc2
commit c457c8eaf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 : ''