We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91963b9 commit f77f933Copy full SHA for f77f933
src/utils/versions/parseNodesToVersionsValues.ts
@@ -43,7 +43,7 @@ export function parseNodeGroupsToVersionsValues(
43
return {
44
title: group.name,
45
version: group.name,
46
- color: versionsToColor?.get(group.name),
+ color: versionsToColor?.get(getMinorVersion(group.name)),
47
value: value < MIN_VALUE ? MIN_VALUE : value,
48
};
49
});
0 commit comments