Skip to content

Commit

Permalink
ref: remove todo (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrX-SNX authored Aug 30, 2024
1 parent ee5b7c3 commit 31c6e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion governance/ui/src/components/CouncilCard/CouncilCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function CouncilCard({ council }: CouncilCardProps) {
<Skeleton isLoaded={!isLoading} height="24px" mt={1} placeholder="0000">
<Fade in>
<Text fontSize="24px" lineHeight="32px" fontWeight={700} textAlign="end">
TODO
0
</Text>
</Fade>
</Skeleton>
Expand Down
6 changes: 3 additions & 3 deletions governance/ui/src/components/UserTableView/UserTableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function UserTableView({
fontSize="sm"
fontWeight={700}
>
TODO
0
</Td>
)}
{councilIsInAdminOrVoting && (
Expand All @@ -139,7 +139,7 @@ export default function UserTableView({
fontSize="sm"
fontWeight={700}
>
TODO
0
</Td>
)}
{councilPeriod !== '2' && councilPeriod !== '0' && (
Expand Down Expand Up @@ -179,7 +179,7 @@ export default function UserTableView({
borderColor={isSelected ? 'cyan.500' : 'gray.900'}
>
<Badge w="fit-content" fontSize="xl" fontWeight={700}>
Your Vote TODO
0
</Badge>
</Td>
)}
Expand Down

0 comments on commit 31c6e75

Please sign in to comment.