fix: projects loading flicker

This commit is contained in:
Maze Winther 2025-07-30 11:55:24 +02:00
parent 17ab403489
commit b9e5bdff95
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export default function ProjectsPage() {
});
}
},
[thumbnailCache]
[]
);
const handleCreateProject = async () => {