From 7cfb31928308cb6904d3b0e808365e98466890eb Mon Sep 17 00:00:00 2001 From: Claire Date: Fri, 28 Oct 2022 17:22:43 +0200 Subject: [PATCH] fixup! [Glitch] Fix logged-out web UI on smaller screens --- app/javascript/flavours/glitch/features/getting_started/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index b00383877..f9d79013b 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -118,6 +118,7 @@ const NAVIGATION_PANEL_BREAKPOINT = 600 + (285 * 2) + (10 * 2); render () { const { intl, myAccount, columns, multiColumn, unreadFollowRequests, unreadNotifications, lists, openSettings } = this.props; + const { signedIn } = this.context.identity; const navItems = []; let listItems = [];