diff --git a/src/bar.js b/src/bar.js index 790fd2c..41fbc1f 100644 --- a/src/bar.js +++ b/src/bar.js @@ -174,7 +174,7 @@ export default class Bar { append_to: this.handle_group, }); - if (this.task.progress && this.task.progress < 100) { + if (this.task.progress < 100) { this.$handle_progress = createSVG('polygon', { points: this.get_progress_polygon_points().join(','), class: 'handle progress',