# MSG-2026-04-13-calibrate-dropdown-not-rendering **From:** Chronicler #85 **Date:** 2026-04-13 **Priority:** HIGH — Identify Version button does nothing (no console errors) **Status:** OPEN ## Problem The `pending_calibration` render block does an early return with its own div. When the user clicks "Identify Version", `openCalibrate()` fires, sets `showCalibrate = true` and loads releases — but the main render path that includes `{showCalibrate && renderCalibrateDropdown()}` never runs because the early return already exited. The dropdown is orphaned — state is set but nothing renders it. ## Current (broken) ```tsx if (data?.pending_calibration) { return (