From b761849432a856d604d6569797f8c7479ba715ff Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 22 Mar 2021 16:01:29 +0700 Subject: [PATCH] #23 fixed lab titles --- src/containers/lab/LabStats/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/containers/lab/LabStats/index.tsx b/src/containers/lab/LabStats/index.tsx index e1dbab77..33261b58 100644 --- a/src/containers/lab/LabStats/index.tsx +++ b/src/containers/lab/LabStats/index.tsx @@ -31,7 +31,7 @@ const LabStats: FC = () => { {isLoading ? ( ) : ( -
Тэги
+ tags.length &&
Тэги
)}
@@ -45,7 +45,7 @@ const LabStats: FC = () => { {isLoading ? ( ) : ( -
Важные
+ heroes.length > 0 &&
Важные
)}