Skip to content

Commit

Permalink
fix: remove the quote from local storage keys
Browse files Browse the repository at this point in the history
  • Loading branch information
DNR500 committed May 30, 2024
1 parent 3824b20 commit 04cfc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const createEditToolsStore = (initialTheme?: WidgetTheme) =>
},
}),
{
name: `'li.fi-playground-tools`,
name: 'li.fi-playground-tools',
version: 1,
partialize: (state) => ({
drawer: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const createWidgetConfigStore = (
},
}),
{
name: `'li.fi-playground-config`,
name: 'li.fi-playground-config',
version: 1,
partialize: (state) => ({
config: state?.config
Expand Down

0 comments on commit 04cfc8c

Please sign in to comment.