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 &&
Важные
)}