Skip to content

Commit

Permalink
Merge pull request #39473 from ahmedGaber93/issue-38974
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Apr 22, 2024
2 parents 42c494e + 7471e20 commit b578c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionsListItemRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function ReportActionsListItemRenderer({
displayAsGroup={displayAsGroup}
shouldDisplayNewMarker={shouldDisplayNewMarker}
shouldShowSubscriptAvatar={
(ReportUtils.isPolicyExpenseChat(report) || ReportUtils.isExpenseReport(report)) &&
ReportUtils.isPolicyExpenseChat(report) &&
[CONST.REPORT.ACTIONS.TYPE.IOU, CONST.REPORT.ACTIONS.TYPE.REPORT_PREVIEW, CONST.REPORT.ACTIONS.TYPE.SUBMITTED, CONST.REPORT.ACTIONS.TYPE.APPROVED].some(
(type) => type === reportAction.actionName,
)
Expand Down

0 comments on commit b578c59

Please sign in to comment.