Skip to content

Commit

Permalink
🐛 fix regression about use-local-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ci7lus committed Jan 21, 2023
1 parent 9cc6785 commit 5d775e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CheckDiff.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const CheckDiff = ({
key: `ignoreList${
targetService !== TARGET_SERVICE_MAL ? targetService : ""
}`,
defaultValue: [],
serialize: (list) => JSON.stringify(list),
deserialize: (str) => {
try {
Expand Down

0 comments on commit 5d775e7

Please sign in to comment.