We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 541eb88 + 2895cab commit 85833e2Copy full SHA for 85833e2
govtool/frontend/src/components/organisms/DashboardCards.tsx
@@ -63,21 +63,17 @@ export const DashboardCards = () => {
63
voter={voter}
64
votingPower={votingPower}
65
/>
66
-
67
<DRepDashboardCard
68
dRepID={dRepID}
69
pendingTransaction={pendingTransaction}
70
71
72
73
<DirectVoterDashboardCard
74
75
76
77
78
79
<ListGovActionsDashboardCards />
80
81
<ProposeGovActionDashboardCard
82
createGovActionTx={pendingTransaction.createGovAction}
83
0 commit comments