Skip to content

Commit

Permalink
Clean Code
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-drozd-it committed Apr 18, 2024
1 parent 9cb6e72 commit 01fc1aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/slices/countdownTimerSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const countdownTimerSlice = createSlice({
}),
setCountdownTimer: ((state, action: PayloadAction<any>) => {
state.left = action.payload.left;
// state.isRunning = action.payload.isRunning;
}),
startCountdownTimer: ((state) => {
state.isRunning = true;
Expand Down

0 comments on commit 01fc1aa

Please sign in to comment.