fix(vscode): resolve sidebar chat typecheck

This commit is contained in:
kirillk
2026-04-24 15:15:25 -04:00
parent 696ed061e6
commit 0a88997abb
@@ -247,7 +247,6 @@ export const ChatView: Component<ChatViewProps> = (props) => {
</DropdownMenu>
</div>
</Show>
<Show when={!hasChat}></Show>
<Show when={hasChat && canContinueInWorktree() && server.gitInstalled()}>
<div class="session-move-group">
<Tooltip value={moveTooltip()} placement="top">