style: fix prefer-const and prettier formatting issues
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
minimum_age_required: validateCsMinimumAge(newCustomService.minimum_age_required)
|
||||
};
|
||||
}
|
||||
let isCustomFormValid = $derived(
|
||||
const isCustomFormValid = $derived(
|
||||
(newCustomService.name ?? '').trim() !== '' &&
|
||||
!customServiceErrors.name &&
|
||||
!customServiceErrors.price &&
|
||||
|
||||
Reference in New Issue
Block a user