1
0
Fork 0

fix(fs.shared): pass render prop for altmenu

This commit is contained in:
Joost De Cock 2022-01-25 08:31:54 +01:00
parent 22b25c0c5d
commit fde0cb10fc

View file

@ -178,7 +178,7 @@ const DefaultLayout = ({
}
</button>
</div>
<AltMenu />
{AltMenu}
</aside>
)}
</main>