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 }