diff --git a/src/features/MatchPage/components/LiveMatch/index.tsx b/src/features/MatchPage/components/LiveMatch/index.tsx index b6a405f1..269a00cc 100644 --- a/src/features/MatchPage/components/LiveMatch/index.tsx +++ b/src/features/MatchPage/components/LiveMatch/index.tsx @@ -49,7 +49,6 @@ export const LiveMatch = () => { isLive={profile?.live ?? false} resumeFrom={resume} chapters={chapters} - profile={profile} /> ) )} diff --git a/src/features/TournamentSubtitle/styled.tsx b/src/features/TournamentSubtitle/styled.tsx index 95e2e352..e443598c 100644 --- a/src/features/TournamentSubtitle/styled.tsx +++ b/src/features/TournamentSubtitle/styled.tsx @@ -31,8 +31,8 @@ export const NameSignWrapper = styled.div` align-items: center; ` type StyledLinkProps = { - isMatchPage?: boolean, isLeftSide?: boolean, + isMatchPage?: boolean, } export const StyledLink = styled(ProfileLink)`