diff --git a/src/init/soapbox-mount.tsx b/src/init/soapbox-mount.tsx index bbc911691..ed7f70c47 100644 --- a/src/init/soapbox-mount.tsx +++ b/src/init/soapbox-mount.tsx @@ -76,15 +76,24 @@ const SoapboxMount = () => { } + render={(props) => ( + + + + )} /> {renderBody()} - - + + + + + + +