From f5cb888a72d233f46249fe1f1c1c6f618364332d Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sun, 6 Feb 2022 22:15:34 -0500 Subject: [PATCH] Add cell count to mod cell list header --- components/ModCellList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ModCellList.tsx b/components/ModCellList.tsx index 69b6bbd..d515abc 100644 --- a/components/ModCellList.tsx +++ b/components/ModCellList.tsx @@ -14,7 +14,7 @@ const ModCellList: React.FC = ({ cells }) => { return ( cells && ( <> -

Cells

+

Cells ({cells.length})