Skip to content

Commit eb06985

Browse files
authored
🐛 Fix total count for landscape (#1606)
Resolves https://issues.redhat.com/browse/MTA-1867 Signed-off-by: ibolton336 <[email protected]>
1 parent e99029b commit eb06985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/pages/reports/components/application-landscape/application-landscape.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const aggregateRiskData = (
8787
red: high,
8888
unknown,
8989
unassessed,
90-
applicationsCount: processedAppIds.size,
90+
applicationsCount: applications.length,
9191
};
9292
};
9393

0 commit comments

Comments
 (0)