Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlihou authored Sep 24, 2023
1 parent c50b319 commit e27320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlayoffQueueing/MatchDisplay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function MatchDisplay({ halfWidth, match, className }: MatchDisplayProps): JSX.E
if ('allianceNumber' in part) {
return (
<>
Alliance
Alliance{' '}
{part.allianceNumber}
</>
);
Expand Down

0 comments on commit e27320c

Please sign in to comment.