Skip to content

Commit

Permalink
fix championship status
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Jun 18, 2024
1 parent d70c340 commit 43a5967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class ChampionshipDetailPage implements OnInit {
),
status: attendeesWithDetails.find(
(att) => att.id == this.user.uid
)?.status,
)?.status || null,
}))
);
}),
Expand Down

0 comments on commit 43a5967

Please sign in to comment.