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 ed9a03b commit d561cd0Copy full SHA for d561cd0
src/containers/Versions/groupNodes.ts
@@ -112,7 +112,7 @@ export const getOtherNodes = (
112
return undefined;
113
}
114
115
- const otherNodes = nodes.filter(({Roles}) => !Roles);
+ const otherNodes = nodes.filter(({Roles, Version}) => !Roles && Version);
116
const otherNodesDividedByVersion = groupBy(otherNodes, 'Version');
117
118
return Object.keys(otherNodesDividedByVersion).map((version) => {
0 commit comments