From d85eea0d253cac0be05ac69132bdfb5c90739344 Mon Sep 17 00:00:00 2001 From: smgv Date: Tue, 5 Dec 2023 23:08:29 +0530 Subject: [PATCH] reiview fix --- src/App.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index b76a682..e443889 100644 --- a/src/App.vue +++ b/src/App.vue @@ -205,15 +205,15 @@ const logout = async () => { const handleSteps = (idx: number) => { currentStep.value = idx - if (idx === 3) { - openWalletConnect() - } - if (idx === 2) { - openCheckout() - } - if (idx === 1) { - openWalletUi() - } + // if (idx === 3) { + // openWalletConnect() + // } + // if (idx === 2) { + // openCheckout() + // } + // if (idx === 1) { + // openWalletUi() + // } mbViewSteps.value = false }