mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-24 20:07:51 +00:00
revert isMobile
This commit is contained in:
parent
53c23bf5ea
commit
56b66cf988
@ -134,7 +134,7 @@ const defaultValues: MyContextInterface = {
|
||||
message: "",
|
||||
},
|
||||
};
|
||||
export let isMobile = true
|
||||
export let isMobile = false
|
||||
|
||||
const isMobileDevice = () => {
|
||||
const userAgent = navigator.userAgent || navigator.vendor || window.opera;
|
||||
|
Loading…
x
Reference in New Issue
Block a user