diff --git a/src/features/MatchPage/components/MatchProfileCard/index.tsx b/src/features/MatchPage/components/MatchProfileCard/index.tsx index e61f19ee..e95033b8 100644 --- a/src/features/MatchPage/components/MatchProfileCard/index.tsx +++ b/src/features/MatchPage/components/MatchProfileCard/index.tsx @@ -54,7 +54,7 @@ export const MatchProfileCard = ({ profile }: Props) => { { - isScoreHidden + isScoreHidden || !team1.score || !team2.score ? '-' : `${team1.score} - ${team2.score}` }