diff --git a/frontend/src/components/WatchlistTab.tsx b/frontend/src/components/WatchlistTab.tsx
index f660917..f48574b 100644
--- a/frontend/src/components/WatchlistTab.tsx
+++ b/frontend/src/components/WatchlistTab.tsx
@@ -289,7 +289,7 @@ export function WatchlistTab({ spots, spotStatus, onSpotSelect, onSpotClick }: P
title={t('wl.spotTip')}
className={cn('w-full flex items-center gap-2 px-2 py-1.5 rounded text-[11px] bg-muted/40 hover:bg-muted text-left',
!done && 'border-l-2 border-warning')}>
- {done ? '✓' : '!'}
+ {done && ✓}
{s.dx_call}
{(s as any).country ?? ''}
{s.band}