Skip to content

Commit

Permalink
add case of final/ot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjoe committed Jan 21, 2024
1 parent bad5ea3 commit 9a626b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/display-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const getColorFromStatusAndOutcome = (
status: string,
winner: boolean,
): string => {
if (status === 'Final') {
if (status === 'Final' || status === 'Final/OT') {
if (winner) {
return 'bg-emerald-600';
} else {
Expand Down

0 comments on commit 9a626b9

Please sign in to comment.