diff --git a/public/react/src/common/Env.js b/public/react/src/common/Env.js index 2d226ab22..283e82c48 100644 --- a/public/react/src/common/Env.js +++ b/public/react/src/common/Env.js @@ -2,5 +2,5 @@ export function isDev() { return window.location.port === "3007"; } -const isMobile = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase())); -export const isMobile \ No newline at end of file +// const isMobile +export const isMobile = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase())); \ No newline at end of file