Skip to content

Commit 95ad3e8

Browse files
committed
Format
1 parent 99e9cff commit 95ad3e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/src/components/Resources/Resources.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,13 @@ export const Resources: FC<ResourcesProps> = ({ resources, getResourcesError, wo
8989
<TableCell className={styles.resourceNameCell} rowSpan={agents.length}>
9090
{resource.name}
9191
<span className={styles.resourceType}>{resource.type}</span>
92-
9392
</TableCell>
9493
)}
9594

9695
<TableCell className={styles.agentColumn}>
9796
{agent.name}
9897
<span className={styles.operatingSystem}>{agent.operating_system}</span>
99-
<span style={{ color: agentStatus.color }}>
100-
{agentStatus.status}
101-
</span>
98+
<span style={{ color: agentStatus.color }}>{agentStatus.status}</span>
10299
</TableCell>
103100
{canUpdateWorkspace && (
104101
<TableCell>

0 commit comments

Comments
 (0)