We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100f16c commit 2065cafCopy full SHA for 2065caf
1 file changed
src/components/TransactionItemRow/index.tsx
@@ -111,6 +111,7 @@ function getMerchantNameWithFallback(transactionItem: TransactionWithOptionalSea
111
if (merchantNameEmpty && shouldUseNarrowLayout) {
112
merchantOrDescriptionToDisplay = Parser.htmlToText(description);
113
}
114
+
115
let merchant = shouldShowMerchant ? merchantOrDescriptionToDisplay : Parser.htmlToText(description);
116
117
if (isScanning(transactionItem) && shouldShowMerchant) {
0 commit comments