diff --git a/packages/ui/app/src/api-page/endpoints/EndpointContentLeft.tsx b/packages/ui/app/src/api-page/endpoints/EndpointContentLeft.tsx index d3e48547fa..9c2202978a 100644 --- a/packages/ui/app/src/api-page/endpoints/EndpointContentLeft.tsx +++ b/packages/ui/app/src/api-page/endpoints/EndpointContentLeft.tsx @@ -94,7 +94,8 @@ const UnmemoizedEndpointContentLeft: React.FC = ({ header: (value) => { return { key: value.headerWireValue, - description: value.prefix && `Header authentication of the form ${value.prefix} `, + description: + value.prefix != null ? `Header authentication of the form ${value.prefix} ` : undefined, hidden: false, valueShape: { type: "unknown",