Skip to content

Commit

Permalink
Additional fix for DRepDirectoryContent
Browse files Browse the repository at this point in the history
  • Loading branch information
JanJaroszczak committed Apr 18, 2024
1 parent 6096a5a commit acf757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/src/pages/DRepDirectoryContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const DRepDirectoryContent: FC<DRepDirectoryContentProps> = ({

const { delegate, isDelegating } = useDelegateTodRep();

const { votingPower } = useGetAdaHolderVotingPowerQuery();
const { votingPower } = useGetAdaHolderVotingPowerQuery(stakeKey);
const { currentDelegation } = useGetAdaHolderCurrentDelegationQuery(stakeKey);
const inProgressDelegation = pendingTransaction.delegate?.resourceId;

Expand Down

0 comments on commit acf757f

Please sign in to comment.