Skip to content

Commit 80aae55

Browse files
LianaHusAniket-Engg
authored andcommitted
lint
1 parent 5d31dc8 commit 80aae55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/vyper-compile-details/src/lib/vyperCompile.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ export default function VyperCompile({ result, theme, themeStyle }: VyperCompile
6666

6767
return (
6868
<div className='w-100 h-100 d-flex flex-row'>
69-
<Tabs className="flex-column" style={{height: "fit-content", backgroundColor: 'var(--body-bg)'}} id="result" activeKey={active} onSelect={(key: any) => setActive(key)}>
69+
<Tabs className="flex-column" style={{ height: "fit-content", backgroundColor: 'var(--body-bg)' }} id="result" activeKey={active} onSelect={(key: any) => setActive(key)}>
7070
{tabContent.map((content, index) => (
71-
<Tab className="border-top border-left p-4 bg-light" style={{width: '50rem', height: 'fit-content', minHeight: '25rem'}} eventKey={content.eventKey} title={content.tabHeadingText} as={'span'} key={`${index}-${content.eventKey}`}>
71+
<Tab className="border-top border-left p-4 bg-light" style={{ width: '50rem', height: 'fit-content', minHeight: '25rem' }} eventKey={content.eventKey} title={content.tabHeadingText} as={'span'} key={`${index}-${content.eventKey}`}>
7272
<div className="d-flex flex-column w-90 justify-content-center mx-auto rounded-2">
7373
<CopyToClipboard getContent={() => (content.eventKey !== 'abi' ? content.tabPayload : JSON.stringify(result['abi']))}>
7474
<Button

0 commit comments

Comments
 (0)