Skip to content

Commit

Permalink
fix: 🐛 fix conflicts from persistStore and normalStore (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfiedlerx authored Aug 2, 2023
1 parent 35bc056 commit cb2122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/features/persistSave/persistSave.feature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const initialState = {
} as CounterState

const persistSave = createSlice({
name: 'counter',
name: 'counterPersist',
initialState,
reducers: {
reset: () => initialState,
Expand Down

0 comments on commit cb2122a

Please sign in to comment.