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 55f0cf0 commit dd17345Copy full SHA for dd17345
web-app/src/store/modules/metakg.js
@@ -287,7 +287,7 @@ export const metakg = {
287
ele.data('apis').forEach((api) => {
288
apis_html +=
289
`<li><a target="_blank" href="http://smart-api.info/registry?q=` +
290
- api?.['smartapi']?.['id'] +
+ api?.api?.['smartapi']?.['id'] +
291
`"><small>` +
292
api?.api?.name +
293
`</small></a></li>`;
0 commit comments