Commit 3163eb1
Fix branch badge not updating in File Explorer
The repoInfo lookup was comparing r.name against selectedDirectory.path
(e.g., "llm-d" vs "repos/llm-d"), which would never match. Changed to
compare against selectedDirectory.name instead, so the real-time branch
info from reposStatus is properly used to update the branch badge.
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 0c6e664 commit 3163eb1
File tree
1 file changed
+1
-1
lines changed- components/frontend/src/app/projects/[name]/sessions/[sessionName]
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
0 commit comments