diff --git a/frontend/src/pages/Page.tsx b/frontend/src/pages/Page.tsx index 758dbf7f89..e124327cc0 100644 --- a/frontend/src/pages/Page.tsx +++ b/frontend/src/pages/Page.tsx @@ -62,7 +62,9 @@ const Page = ({ children }: Props) => { {historyEnabled ? ( <> - {mainContent} + + {mainContent} + ) : (
{mainContent}