diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js index f0a383449..da1909653 100644 --- a/app/javascript/mastodon/features/getting_started/index.js +++ b/app/javascript/mastodon/features/getting_started/index.js @@ -90,31 +90,32 @@ export default class GettingStarted extends ImmutablePureComponent { const { intl, myAccount, multiColumn, unreadFollowRequests, trends } = this.props; const navItems = []; + let i = 1; if (multiColumn) { navItems.push( - , - , - , - + , + , + , + ); } navItems.push( - , - , - + , + , + ); if (myAccount.get('locked')) { - navItems.push(); + navItems.push(); } if (!multiColumn) { navItems.push( - , - , - + , + , + ); }