Skip to content

Commit

Permalink
[#219] fetch data for DRep details page
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dyczka authored and MSzalowski committed Apr 5, 2024
1 parent cd93e51 commit 906e094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govtool/frontend/src/pages/DRepDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const DRepDetails = ({ isConnected }: DRepDetailsProps) => {
buildVoteDelegationCert,
dRepID: myDRepId,
pendingTransaction,
stakeKey
stakeKey,
} = useCardano();
const { t } = useTranslation();
const navigate = useNavigate();
Expand Down

0 comments on commit 906e094

Please sign in to comment.