Skip to content

Commit 94f3b2a

Browse files
authored
Remove dot before model display (#7461)
1 parent 1ad2129 commit 94f3b2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webview-ui/src/components/chat/ApiConfigSelector.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export const ApiConfigSelector = ({
104104
<span className="flex-shrink-0">{config.name}</span>
105105
{config.modelId && (
106106
<>
107-
<span className="text-vscode-descriptionForeground opacity-70 flex-shrink-0">·</span>
108107
<span
109108
className="text-vscode-descriptionForeground opacity-70 min-w-0 overflow-hidden"
110109
style={{ direction: "rtl", textOverflow: "ellipsis", whiteSpace: "nowrap" }}>

0 commit comments

Comments
 (0)