enhnace styles
This commit is contained in:
@@ -42,7 +42,6 @@ export function OrderTypesBottomSheet({
|
|||||||
isOpen={isOpen}
|
isOpen={isOpen}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
title={t("menu.orderTypes")}
|
title={t("menu.orderTypes")}
|
||||||
showCloseButton={false}
|
|
||||||
initialSnap={1}
|
initialSnap={1}
|
||||||
height={calculatedHeight}
|
height={calculatedHeight}
|
||||||
snapPoints={[calculatedHeight.toString()]}
|
snapPoints={[calculatedHeight.toString()]}
|
||||||
|
|||||||
@@ -216,6 +216,8 @@ const orderSlice = createSlice({
|
|||||||
action.payload.gift,
|
action.payload.gift,
|
||||||
action.payload.toRoom,
|
action.payload.toRoom,
|
||||||
action.payload.toOffice,
|
action.payload.toOffice,
|
||||||
|
action.payload.is_schedule_order_enabled,
|
||||||
|
action.payload.is_booking_enabled,
|
||||||
].filter(Boolean).length;
|
].filter(Boolean).length;
|
||||||
state.hiddenServices = state.totalServices - state.visibleServices;
|
state.hiddenServices = state.totalServices - state.visibleServices;
|
||||||
if (typeof window !== "undefined") {
|
if (typeof window !== "undefined") {
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export default function CustomerInformationCard() {
|
|||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ position: "relative", top: -30 }}>
|
<div style={{ position: "relative", top: -35 }}>
|
||||||
<ProPhoneInput label={t("login.phone")} propName="phone" />
|
<ProPhoneInput label={t("login.phone")} propName="phone" />
|
||||||
</div>
|
</div>
|
||||||
</ProInputCard>
|
</ProInputCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user