diff --git a/frontend/src/components/FlexPanel.tsx b/frontend/src/components/FlexPanel.tsx index fc90194..bb27b1e 100644 --- a/frontend/src/components/FlexPanel.tsx +++ b/frontend/src/components/FlexPanel.tsx @@ -812,8 +812,10 @@ export function FlexPanel({ onCWSpeed, onReportRST }: { onCWSpeed?: (wpm: number )} - {/* External amplifier (PowerGenius XL) — only when detected. */} - {st.amp_available && ( + {/* External amplifier (PowerGenius XL) — only when the Flex reports one AND + PowerGenius is the selected amp type. Running an SPE Expert hides this + Flex-reported card so the two amps don't both show. */} + {st.amp_available && !isSPE && (