diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index 6a9853a5e..970fcd312 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -5,7 +5,7 @@
@@ -62,7 +62,7 @@ export default { return state.namespaces.namespaces.filter(n => !n.isArchived) }, currentList: CURRENT_LIST, - background: 'background', // FIXME: Return the full thing or nothing at all to prevent calls to /null + background: 'background', menuActive: MENU_ACTIVE, userInfo: state => state.auth.info, authenticated: state => state.auth.authenticated,