diff --git a/govtool/frontend/src/components/organisms/DashboardCards.tsx b/govtool/frontend/src/components/organisms/DashboardCards.tsx index 300e7502c..dcb2d48cc 100644 --- a/govtool/frontend/src/components/organisms/DashboardCards.tsx +++ b/govtool/frontend/src/components/organisms/DashboardCards.tsx @@ -72,7 +72,6 @@ export const DashboardCards = () => { /> navigate("/"); - // learn more button const learnMoreButton: LoadingButtonProps = { children: t("learnMore"), @@ -140,15 +131,6 @@ export const SoleVoterDashboardCard = ({ pendingTransaction?.registerAsSoleVoter?.transactionHash || pendingTransaction?.retireAsSoleVoter?.transactionHash } - > - {(pendingTransaction?.registerAsSoleVoter || - voter.isRegisteredAsSoleVoter) && ( - - )} - + /> ); };