chore: generate
This commit is contained in:
parent
d46be565aa
commit
7dae9a1083
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue