From c457c8eaf761f1843d963295bab7592137363c4c Mon Sep 17 00:00:00 2001 From: jmt-gh <13617455+jmt-gh@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:28:49 -0700 Subject: [PATCH] Update components/app/SideDrawer.vue Co-authored-by: advplyr <67830747+advplyr@users.noreply.github.com> --- components/app/SideDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/app/SideDrawer.vue b/components/app/SideDrawer.vue index 56ee7a56..3e61005a 100644 --- a/components/app/SideDrawer.vue +++ b/components/app/SideDrawer.vue @@ -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 : ''