From 35214acdb16598747d1406306a4c2f95ec45a39e Mon Sep 17 00:00:00 2001 From: Zwixx Date: Thu, 10 Aug 2023 00:55:40 +0200 Subject: [PATCH] Added counter of Cards on each column --- client/src/components/List/List.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/List/List.jsx b/client/src/components/List/List.jsx index f09116c8..d9aa911a 100755 --- a/client/src/components/List/List.jsx +++ b/client/src/components/List/List.jsx @@ -107,7 +107,10 @@ const List = React.memo( onClick={handleHeaderClick} > -
{name}
+
+ {name} + {cardIds.length} +
{isPersisted && canEdit && (