Skip to content

Commit

Permalink
chore: Update the latest table findings with the most recent changes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paabloLC authored Mar 3, 2025
1 parent bdc759d commit bec5584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/app/(prowler)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ const SSRDataNewFindingsTable = async () => {
const scan = scanDict[finding.relationships?.scan?.data?.id];
const resource =
resourceDict[finding.relationships?.resources?.data?.[0]?.id];
const provider =
providerDict[resource?.relationships?.provider?.data?.id];
const provider = providerDict[scan?.relationships?.provider?.data?.id];

return {
...finding,
Expand Down

0 comments on commit bec5584

Please sign in to comment.