From cb023c31a6bb1c414380cb3d258d08d70984c3d3 Mon Sep 17 00:00:00 2001 From: yonghyon Date: Tue, 8 Oct 2024 17:07:44 +0900 Subject: [PATCH] Debug key --- com.twin.app.shoptime/src/hooks/useDebugKey.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.twin.app.shoptime/src/hooks/useDebugKey.js b/com.twin.app.shoptime/src/hooks/useDebugKey.js index dad2971e..f0589d08 100644 --- a/com.twin.app.shoptime/src/hooks/useDebugKey.js +++ b/com.twin.app.shoptime/src/hooks/useDebugKey.js @@ -22,6 +22,8 @@ const useDebugKey = ({ isLandingPage = false }) => { if (sdpURL.indexOf("qt2") >= 0 || sdpURL.indexOf("qt") >= 0) { return false; } + } else { + return false; } return true; }, [serverType, serverHOST]);