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 => (