···3434 // Get collections the current user has contributed to
3535 const userContributedCollections = useOpenCollectionsWithContributor({
3636 identifier: user?.id || '',
3737- enabled: !!user?.id && !search, // Only fetch when not searching
3837 });
39384039 // Use contributed collections by default, fall back to searched collections when searching