diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 2db1786b..ba08bf7c 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -478,11 +478,11 @@ const LayerUI = ({ {t("buttons.scrollBackToContent")} )} + {appState.isLibraryOpen && ( +
{libraryMenu}
+ )} )} - {appState.isLibraryOpen && ( -
{libraryMenu}
- )} ); };