@principal-ade/code-quality-panels 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1829,7 +1829,7 @@ const QualityHexagonPanelContent = ({
1829
1829
  const packages = React2__default.useMemo(() => {
1830
1830
  var _a2;
1831
1831
  if ((_a2 = qualitySlice == null ? void 0 : qualitySlice.data) == null ? void 0 : _a2.packages) {
1832
- return qualitySlice.data.packages;
1832
+ return qualitySlice.data.packages.filter((pkg) => !pkg.isOrchestrator);
1833
1833
  }
1834
1834
  if (hasQualitySlice) {
1835
1835
  return [];