Browse Source

chore: generate

opencode-agent[bot] 1 month ago
parent
commit
7dae9a1083
1 changed files with 1 additions and 4 deletions
  1. 1 4
      packages/app/src/pages/new-session/new-session-view.tsx

+ 1 - 4
packages/app/src/pages/new-session/new-session-view.tsx

@@ -51,10 +51,7 @@ export function NewSessionView(props: {
                   <Show
                     when={props.workspace.bar.visible()}
                     fallback={
-                      <PromptGitStatus
-                        branch={props.workspace.bar.branch()}
-                        noGit={!props.workspace.project.git()}
-                      />
+                      <PromptGitStatus branch={props.workspace.bar.branch()} noGit={!props.workspace.project.git()} />
                     }
                   >
                     <PromptWorkspaceSelector