fix(ott-448): bug is fixed (#146)

Co-authored-by: Armen <armen9339@gmail.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Armen9339 5 years ago committed by GitHub
parent c92b6a74a1
commit 3f63e2fc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchPage/MatchProfileCard/index.tsx

@ -81,7 +81,7 @@ export const MatchProfileCard = () => {
{tournament && (
<StyledLink to={getProfileUrl({
id: tournament.id,
profileType: ProfileTypes.TEAMS,
profileType: ProfileTypes.TOURNAMENTS,
sportType,
})}
>

Loading…
Cancel
Save