From e5048b1bbfd9aa5d974b44559cb7791edf6c970c Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Sat, 30 Jan 2021 18:33:19 -0300 Subject: [PATCH] Fixing list item url + notification close button --- components/pages/Lists.jsx | 2 +- components/pages/Notifications.jsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 + + +