diff --git a/package-lock.json b/package-lock.json index b54eb3f..88861be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-method-documentation", - "version": "5.2.25", + "version": "5.2.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@api-components/api-method-documentation", - "version": "5.2.24", + "version": "5.2.26", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.3.4", diff --git a/package.json b/package.json index cd84603..291b6c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-method-documentation", "description": "A HTTP method documentation build from AMF model", - "version": "5.2.25", + "version": "5.2.26", "license": "Apache-2.0", "main": "index.js", "module": "index.js", diff --git a/src/ApiMethodDocumentation.js b/src/ApiMethodDocumentation.js index f8f65c2..1847d41 100644 --- a/src/ApiMethodDocumentation.js +++ b/src/ApiMethodDocumentation.js @@ -850,7 +850,7 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) { ${this._deprecatedWarningTemplate()} ${this._getUrlTemplate()} ${this._getTraitsTemplate()} - ${hasCustomProperties ? html`` : ''} + ${hasCustomProperties ? html`` : ''} ${this._getDescriptionTemplate()} ${this._getRequestTemplate()} ${this._getReturnsTemplate()}