Skip to content

Commit dd17345

Browse files
committed
fix popup api name
1 parent 55f0cf0 commit dd17345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/store/modules/metakg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const metakg = {
287287
ele.data('apis').forEach((api) => {
288288
apis_html +=
289289
`<li><a target="_blank" href="http://smart-api.info/registry?q=` +
290-
api?.['smartapi']?.['id'] +
290+
api?.api?.['smartapi']?.['id'] +
291291
`"><small>` +
292292
api?.api?.name +
293293
`</small></a></li>`;

0 commit comments

Comments
 (0)