Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: localStorage.get() -> localStorage.getItem() (pacocoursey#29)
`.get()` doesn't exist on `localStorage` - change to `.getItem()`
- Loading branch information