Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sulaiman-fern committed Aug 1, 2024
1 parent 99d91cf commit 4018558
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ const UnmemoizedEndpointContentLeft: React.FC<EndpointContentLeft.Props> = ({
header: (value) => {
return {
key: value.headerWireValue,
description: value.prefix && `Header authentication of the form ${value.prefix} <token>`,
description:
value.prefix != null ? `Header authentication of the form ${value.prefix} <token>` : undefined,
hidden: false,
valueShape: {
type: "unknown",
Expand Down

0 comments on commit 4018558

Please sign in to comment.