feat: feature/mvp-sprint-1 Fixed double eyes showing when it shouldn't

This commit is contained in:
Nikolaj Frey 2023-08-16 10:21:37 +10:00
parent 7a2eae1ee7
commit f7f3e7cf28

View File

@ -115,7 +115,7 @@ export const Nav = (props) => {
height="100%"
marginLeft="auto"
>
{editorToggleable && (
{inEditMode && (
<Center
// transform="scaleX(-100%)"
cursor="pointer"