status food
This commit is contained in:
@@ -19,9 +19,9 @@ const CreateFoodSidebar: FC<Props> = (props: Props) => {
|
||||
|
||||
<div>
|
||||
<div className='flex items-center justify-between'>
|
||||
<div>وضعیت سرویس</div>
|
||||
<div>وضعیت غذا</div>
|
||||
<SwitchComponent
|
||||
active
|
||||
active={props.isActive}
|
||||
onChange={(value) => props.onChangeActive(value)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user