diff --git a/components/modal/statChange/StatChangeModal.tsx b/components/modal/statChange/StatChangeModal.tsx
index 7b59ef7b4..acfa9d7a2 100644
--- a/components/modal/statChange/StatChangeModal.tsx
+++ b/components/modal/statChange/StatChangeModal.tsx
@@ -53,7 +53,7 @@ export default function StatChangeModal({ gameId, mode }: Exp) {
};
return (
- <>
+
- >
+
);
}
diff --git a/components/tournament/TournamentMatch.tsx b/components/tournament/TournamentMatch.tsx
index 98d579b5f..98824378c 100644
--- a/components/tournament/TournamentMatch.tsx
+++ b/components/tournament/TournamentMatch.tsx
@@ -40,7 +40,11 @@ function TournamentMatchParty({
position: relative 혹은 absolute 가 적용되어있어야 하는데, 그럴 경우 브라켓에서 이미지가 벗어나는
문제가 있으므로 임시 방편으로 img 태그를 사용합니다. */}
-
+
{party.name || teamNameFallback}