Skip to content

Commit ef8eb91

Browse files
committed
Remove chips
Signed-off-by: David Gageot <[email protected]>
1 parent b3da92a commit ef8eb91

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -174,19 +174,7 @@ function ClientSetting({
174174
)
175175
}
176176
title={
177-
<Typography variant="subtitle2">
178-
{name}{' '}
179-
{mcpClientState.exists && (
180-
<Chip
181-
label={mcpClientState.configured ? 'Connected' : 'Disconnected'}
182-
color={mcpClientState.configured ? 'success' : 'primary'}
183-
size="small"
184-
/>
185-
)}
186-
{!mcpClientState.exists && (
187-
<Chip label="No Config Found" color="warning" size="small" />
188-
)}
189-
</Typography>
177+
<Typography variant="subtitle2">{name}</Typography>
190178
}
191179
subheader={
192180
<Typography

0 commit comments

Comments
 (0)