mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 14:07:20 +08:00
fix(vscode): resolve sidebar chat typecheck
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user