chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-29 09:51:40 +00:00
commit be8cfa7e08
2 changed files with 6 additions and 5 deletions

View file

@ -25,10 +25,7 @@ export function SessionTabAvatar(props: {
/>
)
return (
<Show
when={state.loading()}
fallback={projectAvatar()}
>
<Show when={state.loading()} fallback={projectAvatar()}>
<span class="relative block size-4 shrink-0">
<SessionProgressIndicatorV2
class={`absolute inset-0 ${props.revealProjectOnHover === false ? "" : "group-hover:invisible"}`}