@fluid-topics/ft-search-result-metadata 1.2.17 → 1.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,8 +136,8 @@ class FtSearchResultMetadata extends withDateFormat(withI18n(FtSearchResultCompo
136
136
  <span part="label">${this.metadataLabel}: </span>
137
137
  ` : nothing}
138
138
  ${this.metadataValue.length === 0 ? nothing : html `
139
- <span part="values">${this.metadataValue}</span>
140
- `}
139
+ <span part="values">${this.metadataValue}</span>
140
+ `}
141
141
  `;
142
142
  }
143
143
  get metadataValue() {