From a5f6ca05575b73f38c021fa005270f3132f3d2e1 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 19 Jan 2021 14:04:25 -0600 Subject: [PATCH] Update Lists.jsx --- components/pages/Lists.jsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/components/pages/Lists.jsx b/components/pages/Lists.jsx index e061d69..16f9c1d 100644 --- a/components/pages/Lists.jsx +++ b/components/pages/Lists.jsx @@ -24,17 +24,6 @@ const ListEntry = ({ list, ...props }) => ( const AllLists = ({ onSelect }) => { const lists = Store.useState(selectors.getLists); - /* - return ( - } - /> - ); - */ - return ( <> {lists.map(list => (