diff --git a/packages/interface/src/AppLayout.tsx b/packages/interface/src/AppLayout.tsx index 1155bcb5d..8ed6956d0 100644 --- a/packages/interface/src/AppLayout.tsx +++ b/packages/interface/src/AppLayout.tsx @@ -12,8 +12,12 @@ function AppLayout() { const os = useOperatingSystem(); - if (library === null && libraries.data) - return ; + if (library === null && libraries.data) { + const firstLibrary = libraries.data[0]; + + if (firstLibrary) return ; + else return ; + } return (