Skip to content

Commit 754cd6c

Browse files
committed
clean code
1 parent b31534b commit 754cd6c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6087,10 +6087,6 @@ function getDeletedTransactionMessage(action: ReportAction) {
60876087
}
60886088

60896089
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-
60946090
const reportName = getReportName(report) ?? report?.reportName ?? '';
60956091
const reportUrl = `${environmentURL}/r/${report?.reportID}`;
60966092
const message = translateLocal('iou.movedTransaction', {

0 commit comments

Comments
 (0)