diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index ee33dd8221bd..373a861f7c2e 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -7308,6 +7308,7 @@ function getReportOfflinePendingActionAndErrors(report: OnyxEntry): Repo */ function canCreateRequest(report: OnyxEntry, policy: OnyxEntry, iouType: ValueOf): boolean { const participantAccountIDs = Object.keys(report?.participants ?? {}).map(Number); + if (!canUserPerformWriteAction(report)) { return false; }