We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85161d2 commit fc00184Copy full SHA for fc00184
app/hooks/useCatalog.ts
@@ -30,7 +30,7 @@ export function useCatalog(userId: string, vibes: Array<LocalVibe>) {
30
31
const catalog = async () => {
32
// Wait 2000ms to allow database to be fully initialized after page load
33
- await new Promise((resolve) => setTimeout(resolve, 2000));
+ await new Promise((resolve) => setTimeout(resolve, 500));
34
if (cancelled) return;
35
36
console.log(`📋 Starting catalog - ${vibes.length} vibes from useVibes`);
0 commit comments