Commit 53012c9
fix(control-ui): restore Codex usage quota pill in sidebar session switcher
PR #88772 ("calm composer controls") replaced the old chat header (which
rendered renderChatQuotaPill via renderChatSessionSelect) with a sidebar
that calls renderChatSessionSelect with sessionSwitcherOnly: true. The
quota pill was inadvertently suppressed because it was gated on
!sessionSwitcherOnly alongside the model selector. Fix by rendering the
quota pill unconditionally — the data path remains intact.
Closes #93041
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent 1db8ab3 commit 53012c9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments