diff --git a/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx b/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx index c03c917..ef79dd1 100644 --- a/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx +++ b/src/Pages/BookingScreen/Template/BSLayout1/BSLayout1.jsx @@ -16,7 +16,7 @@ import BSBillingTable6 from '../../Components/BSBillingTables/BSBillingTable6/BS import BSBillingTable7 from '../../Components/BSBillingTables/BSBillingTable7/BSBillingTable7Overall.jsx'; import BSItemCard from '../../Components/BSItemCards/BSItemCard'; import CategoryHorizontal from '../../Components/BSCategories/BSCategoryHorizontal'; -import SubCategory from '../../Components/BSSubCategories/BSSubCategoryHorizontal'; +import SubCategoryVertical from '../../Components/BSSubCategories/BSSubCategoryVertical'; import { dynamicComponentProps } from '../DynamicComponentProps.js'; import { SelectedGlobalLayoutColorDetail, @@ -147,6 +147,7 @@ const BSLayout1 = () => { const BookingBilling = BSLayout1Data?.BookingBilling?.[0]; const [messageType, setMessageType] = useState(null); const [messageData, setMessageData] = useState(null); + const [connectingState, setConnectingState] = useState({}); // const [AppExpDate, setAppExpDate] = useState(0); const [screenHeight, setScreenHeight] = useState(window.innerHeight); const [Kioskopen, setKioskopen] = useState(false); @@ -338,190 +339,183 @@ const BSLayout1 = () => { style={{ height: containerHeight, overflow: 'hidden' }} >