Skip to content

Commit

Permalink
Update src/services/browser.js
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Colvard <[email protected]>
  • Loading branch information
Dananji and cjcolvar authored Feb 2, 2024
1 parent 130a7a6 commit 1d1c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export let IS_ANDROID = false;
* @static
* @type {number|string|null}
*/
export let ANDROID_VERSION;
export let ANDROID_VERSION = null;

/**
* Whether or not this is Mozilla Firefox.
Expand Down

0 comments on commit 1d1c01b

Please sign in to comment.