From 31c6e75862c9a01462d36833b1c74bb25784ac25 Mon Sep 17 00:00:00 2001 From: MrX-SNX Date: Fri, 30 Aug 2024 21:35:20 +0100 Subject: [PATCH] ref: remove todo (#425) --- governance/ui/src/components/CouncilCard/CouncilCard.tsx | 2 +- .../ui/src/components/UserTableView/UserTableView.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/governance/ui/src/components/CouncilCard/CouncilCard.tsx b/governance/ui/src/components/CouncilCard/CouncilCard.tsx index ad93ae65a..1bb22efe0 100644 --- a/governance/ui/src/components/CouncilCard/CouncilCard.tsx +++ b/governance/ui/src/components/CouncilCard/CouncilCard.tsx @@ -95,7 +95,7 @@ export function CouncilCard({ council }: CouncilCardProps) { - TODO + 0 diff --git a/governance/ui/src/components/UserTableView/UserTableView.tsx b/governance/ui/src/components/UserTableView/UserTableView.tsx index a7bf132bb..961b8e134 100644 --- a/governance/ui/src/components/UserTableView/UserTableView.tsx +++ b/governance/ui/src/components/UserTableView/UserTableView.tsx @@ -125,7 +125,7 @@ export default function UserTableView({ fontSize="sm" fontWeight={700} > - TODO + 0 )} {councilIsInAdminOrVoting && ( @@ -139,7 +139,7 @@ export default function UserTableView({ fontSize="sm" fontWeight={700} > - TODO + 0 )} {councilPeriod !== '2' && councilPeriod !== '0' && ( @@ -179,7 +179,7 @@ export default function UserTableView({ borderColor={isSelected ? 'cyan.500' : 'gray.900'} > - Your Vote TODO + 0 )}