@@ -706,8 +706,8 @@ export class ECCClientGa4ghTrsTool extends LitElement {
Author(s)
${version.author && version.author.length > 0
- ? html` ${version.author.join(", ")} `
- : html`
+ ? html` ${version.author.join(", ")} `
+ : html`
Not specified
`}
@@ -718,7 +718,7 @@ export class ECCClientGa4ghTrsTool extends LitElement {
Status
${version.verified
- ? html`
+ ? html`
@@ -739,7 +739,7 @@ export class ECCClientGa4ghTrsTool extends LitElement {
Verified
`
- : html`Not verified`}
@@ -751,15 +751,15 @@ export class ECCClientGa4ghTrsTool extends LitElement {
${version.descriptor_type &&
- version.descriptor_type.length > 0
- ? version.descriptor_type.map(
- (type) => html`
+ version.descriptor_type.length > 0
+ ? version.descriptor_type.map(
+ (type) => html`
${type}
`
- )
- : html`Not specified`}
@@ -768,7 +768,7 @@ export class ECCClientGa4ghTrsTool extends LitElement {