mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove dot before model display (#7461)
This commit is contained in:
parent
1ad2129964
commit
94f3b2a35b
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ export const ApiConfigSelector = ({
|
|||
<span className="flex-shrink-0">{config.name}</span>
|
||||
{config.modelId && (
|
||||
<>
|
||||
<span className="text-vscode-descriptionForeground opacity-70 flex-shrink-0">·</span>
|
||||
<span
|
||||
className="text-vscode-descriptionForeground opacity-70 min-w-0 overflow-hidden"
|
||||
style={{ direction: "rtl", textOverflow: "ellipsis", whiteSpace: "nowrap" }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue