mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 23:27:17 +02:00
Update components/app/SideDrawer.vue
Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com>
This commit is contained in:
@@ -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 : ''
|
||||||
|
|||||||
Reference in New Issue
Block a user