Просмотр исходного кода

Remove dot before model display (#7461)

Matt Rubens 4 месяцев назад
Родитель
Сommit
94f3b2a35b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      webview-ui/src/components/chat/ApiConfigSelector.tsx

+ 0 - 1
webview-ui/src/components/chat/ApiConfigSelector.tsx

@@ -104,7 +104,6 @@ export const ApiConfigSelector = ({
 						<span className="flex-shrink-0">{config.name}</span>
 						<span className="flex-shrink-0">{config.name}</span>
 						{config.modelId && (
 						{config.modelId && (
 							<>
 							<>
-								<span className="text-vscode-descriptionForeground opacity-70 flex-shrink-0">·</span>
 								<span
 								<span
 									className="text-vscode-descriptionForeground opacity-70 min-w-0 overflow-hidden"
 									className="text-vscode-descriptionForeground opacity-70 min-w-0 overflow-hidden"
 									style={{ direction: "rtl", textOverflow: "ellipsis", whiteSpace: "nowrap" }}>
 									style={{ direction: "rtl", textOverflow: "ellipsis", whiteSpace: "nowrap" }}>