Skip to content

Commit

Permalink
dummy: nothing changed:
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jan 31, 2025
1 parent 9858f85 commit 2895cab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions govtool/frontend/src/components/organisms/DashboardCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,17 @@ export const DashboardCards = () => {
voter={voter}
votingPower={votingPower}
/>

<DRepDashboardCard
dRepID={dRepID}
pendingTransaction={pendingTransaction}
voter={voter}
/>

<DirectVoterDashboardCard
pendingTransaction={pendingTransaction}
voter={voter}
votingPower={votingPower}
/>

<ListGovActionsDashboardCards />

<ProposeGovActionDashboardCard
createGovActionTx={pendingTransaction.createGovAction}
/>
Expand Down

0 comments on commit 2895cab

Please sign in to comment.