diff --git a/frontend/src/app/command/alerts/page.tsx b/frontend/src/app/command/alerts/page.tsx index 7d699d2..f57a82e 100644 --- a/frontend/src/app/command/alerts/page.tsx +++ b/frontend/src/app/command/alerts/page.tsx @@ -286,11 +286,11 @@ export default function SniperAlertsPage() { {/* Stats */}
{alert.matches_count}
+{alert.matches_count}
Matches
{alert.notifications_sent}
+{alert.notifications_sent}
Notified
Get notified when domains matching your criteria appear in auctions.
diff --git a/frontend/src/app/command/listings/page.tsx b/frontend/src/app/command/listings/page.tsx index 8dafdc0..c508771 100755 --- a/frontend/src/app/command/listings/page.tsx +++ b/frontend/src/app/command/listings/page.tsx @@ -342,7 +342,7 @@ export default function MyListingsPage() { {/* Price */}+
{formatPrice(listing.asking_price, listing.currency)}
{listing.pounce_score && ( @@ -412,7 +412,7 @@ export default function MyListingsPage() { {showCreateModal && (