We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb8f6d commit 75d1f1dCopy full SHA for 75d1f1d
src/utils/versions/parseNodesToVersionsValues.ts
@@ -63,6 +63,7 @@ function normalizeResult(data: VersionValue[]) {
63
}
64
});
65
const result = [...data];
66
+ //Progress breakes if sum of values more than 100, so we need to subtrackt difference appeared because of MIN_VALUE from the biggest value in set
67
result[maximumIndex] = {...data[maximumIndex], value: maximum + 100 - total};
68
return result;
69
0 commit comments