chore: generate
This commit is contained in:
parent
56a789d926
commit
be8cfa7e08
2 changed files with 6 additions and 5 deletions
|
|
@ -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"}`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue