Skip to content

Commit

Permalink
add keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Feb 23, 2024
1 parent a8f5193 commit da200b0
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 da200b0

Please sign in to comment.