Skip to content

Commit 2065caf

Browse files
committed
signed commit
1 parent 100f16c commit 2065caf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/TransactionItemRow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ function getMerchantNameWithFallback(transactionItem: TransactionWithOptionalSea
111111
if (merchantNameEmpty && shouldUseNarrowLayout) {
112112
merchantOrDescriptionToDisplay = Parser.htmlToText(description);
113113
}
114+
114115
let merchant = shouldShowMerchant ? merchantOrDescriptionToDisplay : Parser.htmlToText(description);
115116

116117
if (isScanning(transactionItem) && shouldShowMerchant) {

0 commit comments

Comments
 (0)