opencode-agent[bot] 1 mese fa
parent
commit
c48b77d6f9
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      packages/app/src/components/titlebar-tab-nav.tsx

+ 3 - 1
packages/app/src/components/titlebar-tab-nav.tsx

@@ -249,7 +249,9 @@ export function TabNavItem(props: {
           <span data-slot="project-avatar-slot" class="flex size-4 shrink-0 items-center justify-center">
             <Show
               when={props.session()}
-              fallback={<span class="block size-4 rounded-[3px] border border-v2-border-border-muted" aria-hidden="true" />}
+              fallback={
+                <span class="block size-4 rounded-[3px] border border-v2-border-border-muted" aria-hidden="true" />
+              }
             >
               {(session) => (
                 <SessionTabAvatar