diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js
index 3c1619c240a..ee789e18096 100644
--- a/app/javascript/mastodon/features/getting_started/index.js
+++ b/app/javascript/mastodon/features/getting_started/index.js
@@ -70,30 +70,28 @@ export default class GettingStarted extends ImmutablePureComponent {
navItems.push(
,
- ,
-
+
);
if (myAccount.get('locked')) {
- navItems.push();
+ navItems.push();
}
- navItems.push(
- ,
-
- );
-
if (multiColumn) {
- navItems.push();
+ navItems.push();
}
+ navItems.push();
+
return (
{navItems}
-
+
+
+