diff --git a/examples/meshdirectory/static/index.html b/examples/meshdirectory/static/index.html index 8b1b367d18..2fd7fbf628 100644 --- a/examples/meshdirectory/static/index.html +++ b/examples/meshdirectory/static/index.html @@ -76,7 +76,8 @@
Service description:
}, methods: { providerLink(provider) { - return this.ocmService(provider).AdditionalEndpoints[0].Path + const query = this.queryParams.toString() ? `?${this.queryParams}` : '' + return `${this.ocmService(provider).AdditionalEndpoints[0].Path}${query}` }, ocmService(provider) { return provider.Services.find(s => {