Fix notification requirements
This commit is contained in:
parent
2dc735ed92
commit
c9cd44b7e2
1 changed files with 0 additions and 2 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue