diff --git a/components/pages/Lists.jsx b/components/pages/Lists.jsx index b7bdd43..3ca13d5 100644 --- a/components/pages/Lists.jsx +++ b/components/pages/Lists.jsx @@ -12,7 +12,7 @@ import { } from '@ionic/react'; const ListEntry = ({ list, ...props }) => ( - + {list.name} ); diff --git a/components/pages/Notifications.jsx b/components/pages/Notifications.jsx index 6c6b81e..581d310 100644 --- a/components/pages/Notifications.jsx +++ b/components/pages/Notifications.jsx @@ -34,6 +34,9 @@ const Notifications = ({ open, onDidDismiss }) => { Notifications + + +