diff --git a/src/app/shared/page.tsx b/src/app/shared/page.tsx index 2c9bbab..0901c54 100644 --- a/src/app/shared/page.tsx +++ b/src/app/shared/page.tsx @@ -306,9 +306,14 @@ export default function SharedPage() { return (
{tx.effective_merchant || tx.description}
-{tx.description}
+{tx.effective_merchant || tx.description}
+ {tx.effective_merchant && ( +{tx.description}
+ )} + {tx.notes && ( +{tx.notes}
+ )}