TV가 아닌 경우 디버그 키 동작하도록 수정

This commit is contained in:
yonghyon
2024-11-22 10:41:25 +09:00
parent b9192cb1b2
commit eafb18c19b

View File

@@ -15,6 +15,10 @@ const useDebugKey = ({ isLandingPage = false }) => {
const dispatch = useDispatch();
const isPrdServer = useMemo(() => {
if(typeof window === "object" && !window.PalmSystem ){
return false;
}
if (!serverHOST) return true;
if (serverType === "system") {