From 527db4dd94e794afce84ef6f9a2b3b2ac3d54c10 Mon Sep 17 00:00:00 2001 From: boxak Date: Sat, 9 Dec 2023 13:03:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/setting/SettingWithdrawal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/setting/SettingWithdrawal.tsx b/src/pages/setting/SettingWithdrawal.tsx index a057de9..f143410 100644 --- a/src/pages/setting/SettingWithdrawal.tsx +++ b/src/pages/setting/SettingWithdrawal.tsx @@ -101,7 +101,7 @@ const SettingWithdrawal = () => { } const logOut = () => { - window.ReactNativeWebView.postMessage('withdrawal'); + window.ReactNativeWebView.postMessage('logout'); } return (