diff --git a/src/pages/match/create/components/group-match-card-section.tsx b/src/pages/match/create/components/group-match-card-section.tsx index 31170b44..47411d76 100644 --- a/src/pages/match/create/components/group-match-card-section.tsx +++ b/src/pages/match/create/components/group-match-card-section.tsx @@ -35,7 +35,7 @@ const GroupMatchCard = ({ matchId }: GroupMatchCardProps) => { return (
- +
); }; diff --git a/src/pages/match/create/components/single-match-card-section.tsx b/src/pages/match/create/components/single-match-card-section.tsx index 23b0936f..317e10eb 100644 --- a/src/pages/match/create/components/single-match-card-section.tsx +++ b/src/pages/match/create/components/single-match-card-section.tsx @@ -37,7 +37,7 @@ const SingleMatchCard = ({ matchId }: SingleMatchCardProps) => { return (
- +
); };