Skip to content

Commit 125e7a4

Browse files
committed
Update ProvidersConfig.tsx
1 parent 1033eee commit 125e7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlPlane/ProvidersConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function ProvidersConfig() {
4545
rows.push({
4646
parent: provider.provider,
4747
name: config.metadata.name,
48-
usage: config?.status?.users ? config.status.users : '0',
48+
usage: config?.status?.users ?? '0',
4949
created: timeAgo.format(new Date(config.metadata.creationTimestamp)),
5050
resource: config,
5151
});

0 commit comments

Comments
 (0)