Skip to content

Commit

Permalink
add keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 authored and MSzalowski committed Feb 23, 2024
1 parent 2af8e7d commit 0c46e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const useGetDRepVotingPowerQuery = () => {
const { dRepID, dRep } = useCardano();

const { data, isLoading } = useQuery({
queryKey: QUERY_KEYS.useGetDRepVotingPowerKey,
queryKey: [QUERY_KEYS.useGetDRepVotingPowerKey, dRepID, dRep?.isRegistered],
queryFn: async () => {
return await getDRepVotingPower({ dRepID });
},
Expand Down

0 comments on commit 0c46e1b

Please sign in to comment.