style: formatter pass on App/SessionsView

This commit is contained in:
Raphael Westphal
2026-08-19 10:46:06 +02:00
parent 957ea03aa1
commit 910a244376
2 changed files with 15 additions and 11 deletions
+5 -1
View File
@@ -79,7 +79,11 @@ function SidebarSection({
/> />
<span className="link-label">{s.name ?? s.repo ?? s.id}</span> <span className="link-label">{s.name ?? s.repo ?? s.id}</span>
{s.online && s.busy && ( {s.online && s.busy && (
<span className="busy-pip" aria-label="agent working" title="agent working" /> <span
className="busy-pip"
aria-label="agent working"
title="agent working"
/>
)} )}
</NavLink> </NavLink>
))} ))}