This commit is contained in:
Brett Jephson
2024-09-12 16:48:47 +01:00
parent e866080867
commit 662df6f9aa
@@ -26,7 +26,7 @@ export function OpenAPIServerURL(props: {
return (
<ServerURLForm context={context} servers={servers} serverIndex={serverIndex}>
{parts.map((part, i) => {
if (part.kind === 'text') {
if (part.kind === 'text') {
return <span key={i}>{part.text}</span>;
} else {
if (!server.variables?.[part.name]) {