Skip to content

Commit

Permalink
Fix progress updater for the build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Mar 28, 2024
1 parent 97f7a22 commit 4b56595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function PreviewLoader() {
let progressComponent = 0;

if (projectState.stageProgress !== undefined) {
let progressComponent = projectState.stageProgress;
progressComponent = projectState.stageProgress;
}
setProgress(
((startupStageWeightSumUntillNow + progressComponent * currentWeight) /
Expand Down

0 comments on commit 4b56595

Please sign in to comment.