mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
fix: stamps query key
This commit is contained in:
@@ -28,7 +28,7 @@ export function useStampsByAddressQuery<T extends unknown = FetchStampsByAddress
|
||||
options?: AppUseQueryConfig<FetchStampsByAddressResp, T>
|
||||
) {
|
||||
return useQuery({
|
||||
queryKey: [QueryPrefixes.StampsByAddress],
|
||||
queryKey: [QueryPrefixes.StampsByAddress, address],
|
||||
queryFn: () => fetchStampsByAddress(address),
|
||||
...options,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user