mirror of
https://github.com/mue/mue.git
synced 2026-06-12 11:38:53 +02:00
codacy
This commit is contained in:
@@ -26,7 +26,7 @@ export default class SettingsFunctions {
|
||||
}
|
||||
|
||||
static setItem(key, value) {
|
||||
let old = localStorage.getItem(key);
|
||||
const old = localStorage.getItem(key);
|
||||
let val = true;
|
||||
|
||||
if (old !== null && !value) {
|
||||
|
||||
Reference in New Issue
Block a user