mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
show agent names instead of branch names as worktree items
This commit is contained in:
@@ -148,7 +148,7 @@ export function SessionItem({
|
||||
className={`font-medium truncate ${variant === 'worktree' ? 'text-xs' : 'text-sm'}`}
|
||||
style={{ color: isActive ? theme.colors.textMain : theme.colors.textDim }}
|
||||
>
|
||||
{variant === 'worktree' ? (session.worktreeBranch || session.name) : session.name}
|
||||
{session.name}
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user