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
)}