From 07428aa2a49a5e8850c1eded29eb45a70e20f6f2 Mon Sep 17 00:00:00 2001
From: Armen <35077035+Armen9393@users.noreply.github.com>
Date: Tue, 15 Sep 2020 11:30:08 +0300
Subject: [PATCH] fix(ott-423): deleted dash moved scores (#143)
---
.../MatchPage/MatchProfileCard/index.tsx | 12 +++++-------
.../MatchPage/MatchProfileCard/styled.tsx | 19 ++-----------------
2 files changed, 7 insertions(+), 24 deletions(-)
diff --git a/src/features/MatchPage/MatchProfileCard/index.tsx b/src/features/MatchPage/MatchProfileCard/index.tsx
index 7a13c933..c80c093c 100644
--- a/src/features/MatchPage/MatchProfileCard/index.tsx
+++ b/src/features/MatchPage/MatchProfileCard/index.tsx
@@ -18,7 +18,6 @@ import {
Teams,
Score,
Tournament,
- Dash,
StyledLink,
} from './styled'
@@ -54,7 +53,11 @@ export const MatchProfileCard = () => {
{team1.name}
)}
-
+ {!isHidden && (
+
+ {team1?.score} : {team2?.score}
+
+ )}
{team2 && (
{
)}
- {!isHidden && (
-
- {team1?.score} : {team2?.score}
-
- )}