Merge pull request #451 from msinha569/fix/duplicate-tick-clean

Fix: remove duplicate tick and overflow issue in Fast LLM Selection (#446)
This commit is contained in:
Rohan Verma 2025-10-31 14:14:03 -07:00 committed by GitHub
commit 7ef20ed8c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -483,11 +483,7 @@ const LLMSelector = React.memo(() => {
</p>
</div>
</div>
{preferences.fast_llm_id === config.id && (
<div className="flex h-5 w-5 items-center justify-center rounded-full bg-primary ml-2 flex-shrink-0">
<Check className="h-3 w-3 text-primary-foreground" />
</div>
)}
</div>
</SelectItem>
))}