diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx
index d46c7f0af..92b6f6f95 100644
--- a/app/soapbox/containers/soapbox.tsx
+++ b/app/soapbox/containers/soapbox.tsx
@@ -149,12 +149,6 @@ const SoapboxMount = () => {
)}
- }
- />
-
-
@@ -176,19 +170,27 @@ const SoapboxMount = () => {
- <>
- {renderBody()}
+
+ }
+ />
+
-
- {(Component) => }
-
+
+ {renderBody()}
-
- {Component => }
-
+
+ {(Component) => }
+
-
- >
+
+ {Component => }
+
+
+
+
+