mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-11 22:44:47 +02:00
Update components/app/SideDrawer.vue
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
parent
a391db5dc2
commit
c457c8eaf7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export default {
|
||||||
return this.$store.state.user.serverConnectionConfig
|
return this.$store.state.user.serverConnectionConfig
|
||||||
},
|
},
|
||||||
serverSettings() {
|
serverSettings() {
|
||||||
return this.$store.state.serverSettings || 'Version Unavailable'
|
return this.$store.state.serverSettings || {}
|
||||||
},
|
},
|
||||||
username() {
|
username() {
|
||||||
return this.user ? this.user.username : ''
|
return this.user ? this.user.username : ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue