diff --git a/remix/app/components/Nav/Nav.tsx b/remix/app/components/Nav/Nav.tsx index ae825c4..16c8725 100644 --- a/remix/app/components/Nav/Nav.tsx +++ b/remix/app/components/Nav/Nav.tsx @@ -115,7 +115,7 @@ export const Nav = (props) => { height="100%" marginLeft="auto" > - {editorToggleable && ( + {inEditMode && (