mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 22:32:45 +00:00
More Linting
This commit is contained in:
@@ -26,7 +26,7 @@ const NotificationAdd = ()=>{
|
||||
setError('All fields are required');
|
||||
return;
|
||||
}
|
||||
if (startAt >= stopAt) {
|
||||
if(startAt >= stopAt) {
|
||||
setError('End date must be after the start date!');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user