Skip to content

Commit

Permalink
🐛 Fix total count for landscape
Browse files Browse the repository at this point in the history
Signed-off-by: ibolton336 <ibolton@redhat.com>
  • Loading branch information
ibolton336 committed Dec 11, 2023
1 parent e99029b commit 1a5d3f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const aggregateRiskData = (
red: high,
unknown,
unassessed,
applicationsCount: processedAppIds.size,
applicationsCount: applications.length,
};
};

Expand Down

0 comments on commit 1a5d3f6

Please sign in to comment.