Kaynağa Gözat

chore: generate

opencode-agent[bot] 2 ay önce
ebeveyn
işleme
bf18cc971f
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1 3
      packages/app/src/pages/session.tsx

+ 1 - 3
packages/app/src/pages/session.tsx

@@ -202,9 +202,7 @@ function SessionErrorFallback(props: { error: unknown; sessionID?: string; serve
           <Show when={props.sessionID}>
           <Show when={props.sessionID}>
             {(sessionID) => (
             {(sessionID) => (
               <div class="max-w-full flex flex-col items-center gap-1">
               <div class="max-w-full flex flex-col items-center gap-1">
-                <div class="max-w-full text-11-regular text-text-faint break-all">
-                  {displayServer()}
-                </div>
+                <div class="max-w-full text-11-regular text-text-faint break-all">{displayServer()}</div>
                 <code class="max-w-full rounded-[4px] px-1 py-0.5 font-mono text-xs font-medium leading-4 text-text-base break-all bg-[color-mix(in_oklch,var(--v2-text-text-base)_8%,transparent)]">
                 <code class="max-w-full rounded-[4px] px-1 py-0.5 font-mono text-xs font-medium leading-4 text-text-base break-all bg-[color-mix(in_oklch,var(--v2-text-text-base)_8%,transparent)]">
                   {sessionID()}
                   {sessionID()}
                 </code>
                 </code>