diff --git a/frontend/src/components/AwardRefSelector.tsx b/frontend/src/components/AwardRefSelector.tsx index 2e8a254..7c24eba 100644 --- a/frontend/src/components/AwardRefSelector.tsx +++ b/frontend/src/components/AwardRefSelector.tsx @@ -216,8 +216,8 @@ export function AwardRefSelector({ dxcc, value, onChange, fieldValues, heightCla {selectedRef?.subgrp || '—'} - {/* Selected ref chip */} - {selectedRef ? ( + {/* Selected ref chip (nothing shown until one is picked) */} + {selectedRef && (
{selectedRef.code} {selectedRef.name} @@ -225,10 +225,6 @@ export function AwardRefSelector({ dxcc, value, onChange, fieldValues, heightCla
- ) : ( -
- {t('awrs.pickReference')} -
)} {/* Add — references are always scoped to the contacted DXCC */}