Skip to content

Commit

Permalink
🐜 remove an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Aug 8, 2024
1 parent 2c604b2 commit a548319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/useLocalStorageState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ function useLocalStorage<T>(
},
[key, stringify],
)

const removeItem = useCallback(() => {
goodTry(() => localStorage.removeItem(key))

Expand Down

0 comments on commit a548319

Please sign in to comment.