diff --git a/src/features/MatchPage/MatchProfileCard/index.tsx b/src/features/MatchPage/MatchProfileCard/index.tsx index 7a13c933..c80c093c 100644 --- a/src/features/MatchPage/MatchProfileCard/index.tsx +++ b/src/features/MatchPage/MatchProfileCard/index.tsx @@ -18,7 +18,6 @@ import { Teams, Score, Tournament, - Dash, StyledLink, } from './styled' @@ -54,7 +53,11 @@ export const MatchProfileCard = () => { {team1.name} )} - + {!isHidden && ( + + {team1?.score} : {team2?.score} + + )} {team2 && ( { )} - {!isHidden && ( - - {team1?.score} : {team2?.score} - - )}