fix(#2639): fixed some bugs after rebasing

keep-around/31934c87741a585cc6b3c9552489ffa62de670b6
Rakov Roman 3 years ago committed by Gitea
parent 7d3185dc1d
commit 119f380d9f
  1. 1
      src/features/MatchPage/components/LiveMatch/index.tsx
  2. 2
      src/features/TournamentSubtitle/styled.tsx

@ -49,7 +49,6 @@ export const LiveMatch = () => {
isLive={profile?.live ?? false}
resumeFrom={resume}
chapters={chapters}
profile={profile}
/>
)
)}

@ -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)<StyledLinkProps>`

Loading…
Cancel
Save