We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31534b commit 754cd6cCopy full SHA for 754cd6c
1 file changed
src/libs/ReportUtils.ts
@@ -6087,10 +6087,6 @@ function getDeletedTransactionMessage(action: ReportAction) {
6087
}
6088
6089
function getMovedTransactionMessage(report: OnyxEntry<Report>) {
6090
- // const movedTransactionOriginalMessage = getOriginalMessage(action as ReportAction<typeof CONST.REPORT.ACTIONS.TYPE.MOVED_TRANSACTION>) ?? {};
6091
- // const {reportID} = movedTransactionOriginalMessage as OriginalMessageMovedTransaction;
6092
- // const report = allReports?.[`${ONYXKEYS.COLLECTION.REPORT}${reportID}`];
6093
-
6094
const reportName = getReportName(report) ?? report?.reportName ?? '';
6095
const reportUrl = `${environmentURL}/r/${report?.reportID}`;
6096
const message = translateLocal('iou.movedTransaction', {
0 commit comments