summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2026-01-13 15:42:58 +0000
committerFrank <[email protected]>2026-01-13 19:50:49 -0500
commitfcaa041ef99b3b0c1137d63c496b68fb5aa4052e (patch)
treea383b98a71ded5c03d44c3a742b05e6afe4e0a59
parent3c9d80d75f8cd506c776b3d2f753d28d6f81d1cd (diff)
downloadopencode-fcaa041ef99b3b0c1137d63c496b68fb5aa4052e.tar.gz
opencode-fcaa041ef99b3b0c1137d63c496b68fb5aa4052e.zip
chore: generate
-rw-r--r--packages/app/src/components/prompt-input.tsx10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx
index 2be8a21c1..f1ca3ee88 100644
--- a/packages/app/src/components/prompt-input.tsx
+++ b/packages/app/src/components/prompt-input.tsx
@@ -1563,10 +1563,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<TooltipKeybind placement="top" title="Choose model" keybind={command.keybind("model.choose")}>
<Button as="div" variant="ghost" onClick={() => dialog.show(() => <DialogSelectModelUnpaid />)}>
<Show when={local.model.current()?.provider?.id}>
- <ProviderIcon
- id={local.model.current()!.provider.id as IconName}
- class="size-4 shrink-0"
- />
+ <ProviderIcon id={local.model.current()!.provider.id as IconName} class="size-4 shrink-0" />
</Show>
{local.model.current()?.name ?? "Select model"}
<Icon name="chevron-down" size="small" />
@@ -1578,10 +1575,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
<TooltipKeybind placement="top" title="Choose model" keybind={command.keybind("model.choose")}>
<Button as="div" variant="ghost">
<Show when={local.model.current()?.provider?.id}>
- <ProviderIcon
- id={local.model.current()!.provider.id as IconName}
- class="size-4 shrink-0"
- />
+ <ProviderIcon id={local.model.current()!.provider.id as IconName} class="size-4 shrink-0" />
</Show>
{local.model.current()?.name ?? "Select model"}
<Icon name="chevron-down" size="small" />