We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b267c73 commit 093ee08Copy full SHA for 093ee08
1 file changed
src/libs/ReportUtils.ts
@@ -5736,7 +5736,7 @@ function getDeletedTransactionMessage(action: ReportAction) {
5736
function getReportDetails(reportID: string): {reportName: string; reportUrl: string} {
5737
const report = allReports?.[`${ONYXKEYS.COLLECTION.REPORT}${reportID}`];
5738
return {
5739
- reportName: report?.reportName ?? '',
+ reportName: getReportName(report) ?? report?.reportName ?? '',
5740
reportUrl: `${environmentURL}/r/${reportID}`,
5741
};
5742
}
0 commit comments