diff --git a/public/index.html b/public/index.html index 83e0996..cddce0c 100644 --- a/public/index.html +++ b/public/index.html @@ -28,6 +28,15 @@ Learn how to configure a non-root public URL by running `npm run build`. --> KedaiMaster + + + + diff --git a/src/App.css b/src/App.css index 1024dd9..00861f4 100644 --- a/src/App.css +++ b/src/App.css @@ -3,12 +3,10 @@ @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&ital,wght@0,200..800;1,200..800&display=swap"); html, body { - -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .App { - /* overflow-x: hidden; */ } .Cafe { diff --git a/src/App.js b/src/App.js index 8ac0fb9..5ba25ae 100644 --- a/src/App.js +++ b/src/App.js @@ -135,6 +135,7 @@ function App() { return; } + setModal('transaction_confirmed',{transactionId: lastTransaction.transactionId}) const myLastTransaction = await checkIsMyTransaction(lastTransaction.transactionId); console.log(myLastTransaction) if (myLastTransaction.isMyTransaction) { @@ -771,6 +772,7 @@ function App() { sendParam={handleSetParam} deviceType={deviceType} paymentUrl={shop.qrPayment} + setModal={setModal} /> {/*