diff --git a/src/pages/home/report/ReportActionItemContentCreated.tsx b/src/pages/home/report/ReportActionItemContentCreated.tsx index d5aa07c3b2db..0c052fcb17d9 100644 --- a/src/pages/home/report/ReportActionItemContentCreated.tsx +++ b/src/pages/home/report/ReportActionItemContentCreated.tsx @@ -155,7 +155,7 @@ function ReportActionItemContentCreated({contextValue, parentReportAction, trans report={report} policy={policy} isCombinedReport - shouldShowTotal={transactionCurrency !== report.currency} + shouldShowTotal={transaction ? transactionCurrency !== report.currency : false} shouldHideThreadDividerLine={shouldHideThreadDividerLine} />