Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
#4 - Fix 2 breaks in a row
Browse files Browse the repository at this point in the history
  • Loading branch information
jozo committed Feb 25, 2023
1 parent e947444 commit 494bd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Timer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Schedule {
const breakStep = new Step("break", breakMins * 60)
this.steps = [
workStep, breakStep, workStep, breakStep, workStep, breakStep,
workStep, breakStep, workStep, breakStep, workStep,
new Step("break", longBreakMins * 60),
]
this.stepIndex = 0
Expand Down

0 comments on commit 494bd0f

Please sign in to comment.