diff --git a/src/modules/blockchains/Buy/components3/LaunchButton/index.tsx b/src/modules/blockchains/Buy/components3/LaunchButton/index.tsx index 8f0cf6b83..c2cf9fdfe 100644 --- a/src/modules/blockchains/Buy/components3/LaunchButton/index.tsx +++ b/src/modules/blockchains/Buy/components3/LaunchButton/index.tsx @@ -403,7 +403,6 @@ const LaunchButton = ({ isUpdate }: { isUpdate?: boolean }) => { if (result) { //Config Account Abstraction... configAccountAbstraction(dynamicForm); - let isConfigDapp = false; if (yoloGameForms && yoloGameForms.length > 0) { await onSubmitYoloGame({ forms: yoloGameForms, @@ -480,8 +479,9 @@ const LaunchButton = ({ isUpdate }: { isUpdate?: boolean }) => { if (isConfigDapp) { console.log('[LaunchButton] refresh dapp data'); setTimeout(() => { - dispatch(requestReload()); - setUpdated(true); + // dispatch(requestReload()); + // setUpdated(true); + window.location.reload(); }, 1000); } getOrderDetailByID(orderDetail.orderId);