From 0fa7f711f2449918846be82b99c89437c2bd0ce9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9F=D0=B8=D0=BC=D0=B8=D0=BD?=
=?UTF-8?q?=D0=BE=D0=B2?= <61900450+ivan-piminov@users.noreply.github.com>
Date: Tue, 31 Aug 2021 09:16:48 +0300
Subject: [PATCH] Ott 1492 visible players summary (#450)
* feat(#1492): added condition
* refactor(#1492): added size condition
---
.../components/TabWatch/index.tsx | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/features/MatchSidePlaylists/components/TabWatch/index.tsx b/src/features/MatchSidePlaylists/components/TabWatch/index.tsx
index 075255c9..9158ebfe 100644
--- a/src/features/MatchSidePlaylists/components/TabWatch/index.tsx
+++ b/src/features/MatchSidePlaylists/components/TabWatch/index.tsx
@@ -40,11 +40,14 @@ export const TabWatch = ({
onSelect={onSelect}
/>
-
+ {size(playlists.players.team1)
+ && (
+
+ )}
)