Skip to content

Commit e58125b

Browse files
committed
Update ControlPlaneCard.tsx
1 parent 9883a24 commit e58125b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlPlanes/ControlPlaneCard/ControlPlaneCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function ControlPlaneCard({ controlPlane, workspace, projectName }: Props
6969
<FlexBox direction="Column">
7070
<FlexBox direction="Row" justifyContent="SpaceBetween">
7171
<FlexBox direction="Column">
72-
<Title level={TitleLevel.H5}>{!!displayName ? displayName : name}</Title>
72+
<Title level={TitleLevel.H5}>{displayName ? displayName : name}</Title>
7373
<Label>{workspace.metadata.name} </Label>
7474
</FlexBox>
7575
<div>

0 commit comments

Comments
 (0)