Skip to content

Commit d8d6224

Browse files
Michael Bunsenclaude
authored andcommitted
feat(ui): switch stats panel to agreed_any_rank_pct (BE rename)
One-line field rename in the occurrence stats panel to match the backend's dropped ORDER threshold. Hook type rename + multi-value filter support landed on the base branch (4a92c0b on #1307). Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0dc1fdd commit d8d6224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/occurrences/occurrence-stats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const OccurrenceStats = ({
6363
<StatBar label="Verified occurrences" value={data.verified_pct} />
6464
<StatBar
6565
label="Human-model agreement rate"
66-
value={data.agreed_under_order_pct}
66+
value={data.agreed_any_rank_pct}
6767
/>
6868
</>
6969
)}

0 commit comments

Comments
 (0)