add snack meal food
This commit is contained in:
@@ -11,7 +11,8 @@ const MealTimesSection: FC<MealTimesSectionProps> = ({ formik }) => {
|
||||
const mealTypes = [
|
||||
{ value: 'breakfast', label: 'صبحانه' },
|
||||
{ value: 'lunch', label: 'ناهار' },
|
||||
{ value: 'dinner', label: 'شام' }
|
||||
{ value: 'dinner', label: 'شام' },
|
||||
{ value: 'snack', label: 'عصرانه' }
|
||||
] as const
|
||||
|
||||
const handleMealTypeChange = (mealType: string, checked: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user