We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c3674 commit 8f1339bCopy full SHA for 8f1339b
src/util/localstorage.js
@@ -57,5 +57,5 @@ export function removeFromLocalStorage (key) {
57
* A function that checks whether beta mode is enabled or not
58
*/
59
export function isBetaMode () {
60
- return getFromLocalStorage(BETA_MODE_COOKIE_TAG)
+ return getFromLocalStorage(BETA_MODE_COOKIE_TAG) === 'true'
61
}
0 commit comments