Closed alykat closed 7 months ago
Spun off from https://github.com/nprapps/elections24-primaries/issues/160
Example county: Rawlins County, KS, in the Democratic presidential primary:
We're displaying a winner checkmark based on reportingPercentage (100%), but since we have EEVP (90%), we should be going based on that. (And no winner checkmark would appear in this case.) It's referenced here in the county-detail code:
reportingPercentage
EEVP
county-detail
https://github.com/nprapps/elections24-primaries/blob/main/src/js/components/county-detail/index.js#L116-L124
Please double-check other references to reportingPercentage vs. EEVP while you're looking at the component.
Spun off from https://github.com/nprapps/elections24-primaries/issues/160
Example county: Rawlins County, KS, in the Democratic presidential primary:
We're displaying a winner checkmark based on
reportingPercentage
(100%), but since we haveEEVP
(90%), we should be going based on that. (And no winner checkmark would appear in this case.) It's referenced here in thecounty-detail
code:https://github.com/nprapps/elections24-primaries/blob/main/src/js/components/county-detail/index.js#L116-L124
Please double-check other references to
reportingPercentage
vs.EEVP
while you're looking at the component.