From 7b9cda93bc32df3e4d64421a7cd0a3212eaec978 Mon Sep 17 00:00:00 2001 From: rouggy Date: Sat, 29 Aug 2026 00:52:38 +0200 Subject: [PATCH] style(watchlist): drop the lone '!' on needed lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A needed line already says so twice — the amber left border and the Needed! badge — and the exclamation mark was noise. The green tick stays on worked lines. --- frontend/src/components/WatchlistTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}