From 414897bba096fa2c632426f5707ada493448ea37 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Fri, 4 Jul 2025 13:35:32 -0700 Subject: [PATCH] IO-3286 Additional Product Fruit IDs Signed-off-by: Allan Carr --- .../components/shop-info/shop-info.scheduling.component.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/components/shop-info/shop-info.scheduling.component.jsx b/client/src/components/shop-info/shop-info.scheduling.component.jsx index 4c88b5704..2d2302ee6 100644 --- a/client/src/components/shop-info/shop-info.scheduling.component.jsx +++ b/client/src/components/shop-info/shop-info.scheduling.component.jsx @@ -13,7 +13,7 @@ import { ColorPicker } from "./shop-info.rostatus.component"; const mapStateToProps = createStructuredSelector({ bodyshop: selectBodyshop }); -const mapDispatchToProps = (dispatch) => ({ +const mapDispatchToProps = () => ({ //setUserLanguage: language => dispatch(setUserLanguage(language)) }); @@ -22,7 +22,7 @@ export function ShopInfoSchedulingComponent({ form, bodyshop }) { return (
- + @@ -56,6 +57,7 @@ export function ShopInfoSchedulingComponent({ form, bodyshop }) { //message: t("general.validation.required"), } ]} + id="schedule_end_time" >