From 119f380d9f870dfd4170900bd37de2c99cb8a3c5 Mon Sep 17 00:00:00 2001 From: Rakov Roman Date: Wed, 17 Aug 2022 14:21:47 +0300 Subject: [PATCH] fix(#2639): fixed some bugs after rebasing --- src/features/MatchPage/components/LiveMatch/index.tsx | 1 - src/features/TournamentSubtitle/styled.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)`