mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
da93fb1684
* Add repo wide prettier command to prepush * Make config file explict, remove formatAll to prepush
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
const isMobile =
|
|
window && window.navigator ? /iPhone|iPad|iPod|Android/i.test(window.navigator.userAgent) : false;
|
|
|
|
export default isMobile;
|