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]);