From 5a6dcf0c4dfcfa9d330d8ec782ae388b48ae08c6 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 25 Aug 2022 20:32:18 -0500 Subject: [PATCH] Embeds: render embeds before anything else --- app/soapbox/containers/soapbox.tsx | 34 ++++++++++++++++-------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index d46c7f0af8..92b6f6f955 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 => } + + + + +