diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 209aaf1..e003d3a 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -4223,6 +4223,21 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan + {/* Applies to BOTH services, so it sits above the tab strip rather than + inside one tab where it would look like a QRZ-only setting (and be + invisible to anyone who only opens the Club Log tab). */} + + {/* Tab strip */}
{TABS.map((tab) => ( @@ -4243,18 +4258,6 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan ))}
- - {extSvcTab === 'qrz' ? (