We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e519c commit 8de5321Copy full SHA for 8de5321
webview-ui/src/features/deep-research/Providers.tsx
@@ -55,10 +55,7 @@ export function Providers() {
55
<CommandItem key={profileId} value={profileId} onSelect={onSelect}>
56
{profileName} ({providerName})
57
<Check
58
- className={cn(
59
- "ml-auto",
60
- provider?.profileId === profileId ? "opacity-100" : "opacity-0",
61
- )}
+ className={cn("ml-auto", { hidden: provider?.profileName !== profileName })}
62
/>
63
</CommandItem>
64
))}
0 commit comments