Skip to content

Commit 37bcef5

Browse files
committed
init
1 parent 8d08ae3 commit 37bcef5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/components/ControlPlane/Providers.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,13 @@ export function Providers() {
8888
filter: 'equals',
8989
Cell: (cellData: CellData<ProvidersRow['healthy']>) =>
9090
cellData.cell.row.original?.installed != null ? (
91-
<ResourceStatusCell
92-
value={cellData.cell.row.original?.healthy === 'true'}
93-
transitionTime={cellData.cell.row.original?.healthyTransitionTime}
94-
/>
91+
<div>
92+
<ResourceStatusCell
93+
value={cellData.cell.row.original?.healthy === 'true'}
94+
transitionTime={cellData.cell.row.original?.healthyTransitionTime}
95+
/>
96+
here2
97+
</div>
9598
) : null,
9699
},
97100
{

src/spaces/mcp/pages/McpPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default function McpPage() {
7373
gap: '0.5rem',
7474
}}
7575
>
76+
here
7677
<MCPHealthPopoverButton
7778
mcpStatus={mcp?.status}
7879
projectName={projectName}

0 commit comments

Comments
 (0)