diff --git a/client/src/components/List/List.jsx b/client/src/components/List/List.jsx index 00d1b107..5a72b003 100755 --- a/client/src/components/List/List.jsx +++ b/client/src/components/List/List.jsx @@ -117,6 +117,10 @@ const List = React.memo( )} +
+ {cardIds.length}  + {cardIds.length !== 1 ? t('common.cards') : t('common.card')} +