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