diff --git a/src/app/page.tsx b/src/app/page.tsx index d7e8f34..9b424f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,40 +57,42 @@ const HomePage = () => { return (
- {(lists ?? []).map((list) => ( -
- - ( - - )} - > - Remove list - +
+ {(lists ?? []).map((list) => ( +
+ + ( + + )} + > + Remove list + - ( - { - updateList(list); - closeDialog(); - }} - /> - )} - > - Edit list - -
- ))} + ( + { + updateList(list); + closeDialog(); + }} + /> + )} + > + Edit list + +
+ ))} +

(