Browse Source

fixup! [Glitch] Fix logged-out web UI on smaller screens

closed-social-glitch-2
Claire 2 years ago
parent
commit
7cfb319283
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/flavours/glitch/features/getting_started/index.js

+ 1
- 0
app/javascript/flavours/glitch/features/getting_started/index.js View File

@ -118,6 +118,7 @@ const NAVIGATION_PANEL_BREAKPOINT = 600 + (285 * 2) + (10 * 2);
render () { render () {
const { intl, myAccount, columns, multiColumn, unreadFollowRequests, unreadNotifications, lists, openSettings } = this.props; const { intl, myAccount, columns, multiColumn, unreadFollowRequests, unreadNotifications, lists, openSettings } = this.props;
const { signedIn } = this.context.identity;
const navItems = []; const navItems = [];
let listItems = []; let listItems = [];

Loading…
Cancel
Save