From 6ca808a6c934e7d389401e11028eb352cc47584b Mon Sep 17 00:00:00 2001 From: Gregory Salaun Date: Thu, 13 Aug 2026 08:46:29 +0200 Subject: [PATCH] fix(bandmap): the docked map was missing the LoTW prop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two BandMap instances, and cleaning up a duplicated attribute took the prop off the docked one as well as the copy. The multi-band tab drew the badge; the map beside the entry form — the one actually in front of the operator — did not. --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index debbf32..872fd07 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -6835,6 +6835,7 @@ export default function App() { currentFreqHz={band && freqMhz ? Math.round(parseFloat(freqMhz) * 1_000_000) : 0} onSpotClick={handleSpotClick} onClose={() => setBandMapShown(false)} + showLotw={!!rowColors?.bandmap_lotw} keyNav />