Skip to content

Commit

Permalink
Merge pull request #35 from NUSComputingDev/KAN-28-Elections
Browse files Browse the repository at this point in the history
Change rank to no.
  • Loading branch information
Respirayson authored Sep 1, 2024
2 parents e50623c + 14dfb81 commit edf86eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/elections/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Results() {
<Table className='w-full table table-auto'>
<TableHeader>
<TableRow>
<TableHead>Rank</TableHead>
<TableHead>No.</TableHead>
<TableHead>Candidate</TableHead>
<TableHead>For</TableHead>
<TableHead>Abstain</TableHead>
Expand Down

0 comments on commit edf86eb

Please sign in to comment.