Skip to content

Commit 30042a6

Browse files
committed
revert changes from 66062
1 parent 9a3fb3e commit 30042a6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/libs/TransactionUtils/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,6 @@ function hasReceiptSource(transaction: OnyxInputOrEntry<Transaction>): boolean {
338338
}
339339

340340
function isMerchantMissing(transaction: OnyxEntry<Transaction>) {
341-
if (transaction?.wasMerchantCleared) {
342-
return true;
343-
}
344-
345341
if (transaction?.modifiedMerchant && transaction.modifiedMerchant !== '') {
346342
return transaction.modifiedMerchant === CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT;
347343
}

0 commit comments

Comments
 (0)