Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMalik committed Oct 16, 2024
1 parent fbfd29e commit 5d001f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6284,7 +6284,7 @@ type ReportErrorsAndReportActionThatRequiresAttention = {
};

function getAllReportActionsErrorsAndReportActionThatRequiresAttention(report: OnyxEntry<Report>, reportActions: OnyxEntry<ReportActions>): ReportErrorsAndReportActionThatRequiresAttention {
const reportActionsArray = Object.values(reportActions ?? {}).filter((action) => !ReportActionUtils.isDeletedAction(action));
const reportActionsArray = Object.values(reportActions ?? {}).filter((action) => !ReportActionsUtils.isDeletedAction(action));
const reportActionErrors: ErrorFields = {};
let reportAction: OnyxEntry<ReportAction>;

Expand Down

0 comments on commit 5d001f6

Please sign in to comment.