diff --git a/frontend/src/components/Status.tsx b/frontend/src/components/Status.tsx index 8a378c46..33f6420f 100644 --- a/frontend/src/components/Status.tsx +++ b/frontend/src/components/Status.tsx @@ -29,7 +29,7 @@ import { export type StatusMap = Record export function formatStatus(status?: string): string { - return capitalize(status?.replaceAll(/[_-]/g, ' ')) + return capitalize(status?.toString().replaceAll(/[_-]/g, ' ')) } function ClusterStatusIndicator({