Skip to content

Commit

Permalink
Remove bad }
Browse files Browse the repository at this point in the history
  • Loading branch information
ahentz72 committed Feb 6, 2025
1 parent c01d262 commit c3d0e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/workout-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ class WorkoutGraph extends HTMLElement {
this.progress({index: self.index, dom: self.dom, parent: self, lapTime: self.lapTime});
}
}
}
progress(args = {}) {
if(this.workoutStatus === "done") {
return;
Expand Down

0 comments on commit c3d0e36

Please sign in to comment.