TV가 아닌 경우 디버그 키 동작하도록 수정
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user