Skip to content

Commit

Permalink
remove distinct groups from results
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoalzate committed May 28, 2024
1 parent e1bc825 commit cb70aa0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ function ResultsTable({ $expanded, option, onClick }: ResultsTableProps) {
<Body>
<Bold>Distinct voters:</Bold> {option.distinctUsers}
</Body>
<Body>
<Bold>Distinct groups:</Bold> {option.distinctGroups}
</Body>
<Body>
<Bold>Voter affiliations:</Bold> {option.listOfGroupNames.join(', ')}
</Body>
Expand Down

0 comments on commit cb70aa0

Please sign in to comment.