Skip to content

Commit

Permalink
add lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
marc101101 committed Apr 30, 2024
1 parent 98fcdda commit 76e6b59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/src/components/pages/admission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -563,13 +563,13 @@ export const Admission = () => {
<TableCell onClick={handleExpandRow}>{teamNumber}</TableCell>
<TableCell onClick={handleExpandRow}>
{answersByQuestionID[genderIndex] === "Male" ? (
<p>
<div>
<BsGenderMale /> M
</p>
</div>
) : (
<p>
<BsGenderFemale /> F
</p>
<div>
<BsGenderFemale /> F
</div>
)}
</TableCell>
<TableCell onClick={handleExpandRow}>
Expand Down

0 comments on commit 76e6b59

Please sign in to comment.