diff --git a/app/soapbox/components/ui/layout/layout.tsx b/app/soapbox/components/ui/layout/layout.tsx index d01abbc1f..59e860406 100644 --- a/app/soapbox/components/ui/layout/layout.tsx +++ b/app/soapbox/components/ui/layout/layout.tsx @@ -30,7 +30,7 @@ const Sidebar: React.FC = ({ children }) => ( const Main: React.FC> = ({ children, className }) => (
{children} diff --git a/app/soapbox/pages/home_page.tsx b/app/soapbox/pages/home_page.tsx index c1e0b433e..20f13817d 100644 --- a/app/soapbox/pages/home_page.tsx +++ b/app/soapbox/pages/home_page.tsx @@ -36,7 +36,7 @@ const HomePage: React.FC = ({ children }) => { return ( <> - + {me && (