diff --git a/client/pages/SubscriptionsPage.jsx b/client/pages/SubscriptionsPage.jsx index c01e613..c12f2ea 100644 --- a/client/pages/SubscriptionsPage.jsx +++ b/client/pages/SubscriptionsPage.jsx @@ -195,64 +195,66 @@ function BillPickerDialog({ open, onClose, recommendation, bills, onConfirm, bus function RecommendationCard({ recommendation, categoryId, onAccept, onDecline, onMatch, busy }) { return (
{recommendation.name}
-{recommendation.name}
++ {TYPE_LABELS[recommendation.subscription_type] || 'Other'} · {recommendation.occurrence_count} charges · last seen {fmtDate(recommendation.last_seen_date)} +
- {TYPE_LABELS[recommendation.subscription_type] || 'Other'} · {recommendation.occurrence_count} charges · last seen {fmtDate(recommendation.last_seen_date)} -
-{fmt(recommendation.expected_amount)}
++ {fmt(recommendation.monthly_equivalent)} / mo +
{fmt(recommendation.expected_amount)}
-- {fmt(recommendation.monthly_equivalent)} / mo -
-