From c9cd44b7e2eb8ccbef01e98dbc3fa939a50e85db Mon Sep 17 00:00:00 2001 From: Maarten Date: Tue, 20 Aug 2024 16:56:13 +0200 Subject: [PATCH] Fix notification requirements --- app/(settings)/notifications.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/(settings)/notifications.tsx b/app/(settings)/notifications.tsx index d74d5aa..4603e5a 100644 --- a/app/(settings)/notifications.tsx +++ b/app/(settings)/notifications.tsx @@ -57,7 +57,6 @@ export default function CategoryScreen() { key: 'pickup', label: t( "pickup" ), defaultTime: '17:30', - minTime: '16:00', }, ]; @@ -140,7 +139,6 @@ export default function CategoryScreen() { } } - setNotifications( (prev) => ( { ...prev, [ currentEdit ]: { ...prev[ currentEdit ], time: timeString }