feat: perf optimisation
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2s
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2s
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user