We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa922b commit bc22f54Copy full SHA for bc22f54
src/components/api-request.js
@@ -905,7 +905,7 @@ export default class ApiRequest extends LitElement {
905
${this.api_keys.length > 0
906
? html`<div style="color:var(--blue); overflow:hidden;">
907
${this.api_keys.length === 1
908
- ? `${this.api_keys[0].typeDisplay}' in ${this.api_keys[0].in}`
+ ? `${this.api_keys[0]?.typeDisplay} in ${this.api_keys[0].in}`
909
: `${this.api_keys.length} API keys applied`
910
}
911
</div>`
0 commit comments