Skip to content

Commit

Permalink
Update load.js (#306)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
benjaminmatthews authored Jan 20, 2024
1 parent b0ee51f commit 567df56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev-tools/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function loadDevTools(callback) {
}
}

// the check localStorage
// then check localStorage
const localStorageValue = window.localStorage.getItem('dev-tools')
const setInLocalStorage = localStorageValue != undefined
const localStorageEnabled = localStorageValue === 'true'
Expand Down

0 comments on commit 567df56

Please sign in to comment.