Skip to content

Commit 8de5321

Browse files
committed
Small fix
1 parent b8e519c commit 8de5321

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

webview-ui/src/features/deep-research/Providers.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ export function Providers() {
5555
<CommandItem key={profileId} value={profileId} onSelect={onSelect}>
5656
{profileName} ({providerName})
5757
<Check
58-
className={cn(
59-
"ml-auto",
60-
provider?.profileId === profileId ? "opacity-100" : "opacity-0",
61-
)}
58+
className={cn("ml-auto", { hidden: provider?.profileName !== profileName })}
6259
/>
6360
</CommandItem>
6461
))}

0 commit comments

Comments
 (0)