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 9a3fb3e commit 30042a6Copy full SHA for 30042a6
1 file changed
src/libs/TransactionUtils/index.ts
@@ -338,10 +338,6 @@ function hasReceiptSource(transaction: OnyxInputOrEntry<Transaction>): boolean {
338
}
339
340
function isMerchantMissing(transaction: OnyxEntry<Transaction>) {
341
- if (transaction?.wasMerchantCleared) {
342
- return true;
343
- }
344
-
345
if (transaction?.modifiedMerchant && transaction.modifiedMerchant !== '') {
346
return transaction.modifiedMerchant === CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT;
347
0 commit comments