diff --git a/libs/remix-ui/vyper-compile-details/src/lib/vyperCompile.tsx b/libs/remix-ui/vyper-compile-details/src/lib/vyperCompile.tsx index 27d7ccaf1e..9399a747ff 100644 --- a/libs/remix-ui/vyper-compile-details/src/lib/vyperCompile.tsx +++ b/libs/remix-ui/vyper-compile-details/src/lib/vyperCompile.tsx @@ -50,13 +50,14 @@ export default function VyperCompile({result, theme, themeStyle}: VyperCompilePr eventKey: 'bytecode_runtime' } ] + return ( <> setActive(key)} justify> {tabContent.map((content, index) => (
- (content.eventKey !== 'abi' ? content.tabPayload : JSON.stringify(Object.values(result)[0]['abi']))}> + (content.eventKey !== 'abi' ? content.tabPayload : JSON.stringify(result['abi']))}>