The Row helper was defined inside AwardsSelectionPanel, so each render minted a new component type and React remounted the whole list on every click — flicker, and clicks lost between mousedown and click (hence needing many tries). Inline the row markup so the keyed buttons keep a stable identity.