diff --git a/.gitattributes b/.gitattributes index 70e149a..0a3ea5f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ client/src/lib/custom-ui/styles.css linguist-vendored +*.js text eol=lf +*.jsx text eol=lf diff --git a/client/src/components/List/List.jsx b/client/src/components/List/List.jsx index f09116c..d9aa911 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 && (