feat: perf optimisation
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2s

This commit is contained in:
2026-02-27 16:23:05 +01:00
parent bcfd602353
commit 0c3a54c62c
20 changed files with 883 additions and 489 deletions

View File

@@ -93,7 +93,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
}
if (librariesData.status === "fulfilled") {
libraries = librariesData.value;
libraries = librariesData.value || [];
}
if (favoritesData.status === "fulfilled") {