mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix featured genres refresh on query reset
This commit is contained in:
@@ -75,7 +75,7 @@ export const FeaturedGenres = () => {
|
|||||||
},
|
},
|
||||||
serverId: server?.id,
|
serverId: server?.id,
|
||||||
}),
|
}),
|
||||||
queryKey: ['home', 'featured-genres'],
|
queryKey: [server.id, 'home', 'featured-genres'],
|
||||||
});
|
});
|
||||||
|
|
||||||
const randomGenres = useMemo(() => {
|
const randomGenres = useMemo(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user