Skip to content

Commit 55f0cf0

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

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
@@ -289,7 +289,7 @@ export const metakg = {
289289
`<li><a target="_blank" href="http://smart-api.info/registry?q=` +
290290
api?.['smartapi']?.['id'] +
291291
`"><small>` +
292-
api?.name +
292+
api?.api?.name +
293293
`</small></a></li>`;
294294
});
295295

0 commit comments

Comments
 (0)