Skip to content

Commit a694759

Browse files
cristipavals77rt
andauthored
Update src/libs/ReportUtils.js
Co-authored-by: Abdelhafidh Belalia <[email protected]>
1 parent a32515a commit a694759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/ReportUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ function getPolicyExpenseChatReportIDByOwner(policyOwner) {
31183118
if (!expenseChat) {
31193119
return null;
31203120
}
3121-
return expenseChat;
3121+
return expenseChat.reportID;
31223122
}
31233123

31243124
/*

0 commit comments

Comments
 (0)