Skip to content

Commit 91698ea

Browse files
committed
refactor: remove newline
1 parent 4adf8d8 commit 91698ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libs/actions/IOU.js

-1
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ function editMoneyRequest(transactionID, transactionThreadReportID, transactionC
10461046
let updatedMoneyRequestReport = {...iouReport};
10471047
const updatedChatReport = {...chatReport};
10481048
const diff = TransactionUtils.getAmount(transaction, true) - TransactionUtils.getAmount(updatedTransaction, true);
1049-
10501049
if (updatedTransaction.currency === iouReport.currency && updatedTransaction.modifiedAmount && diff !== 0) {
10511050
if (ReportUtils.isExpenseReport(iouReport)) {
10521051
updatedMoneyRequestReport.total += diff;

0 commit comments

Comments
 (0)