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 />