1
0
Fork 0

feat(workbench): Added export

This commit is contained in:
Joost De Cock 2022-02-19 17:01:28 +01:00
parent e260d9c634
commit 2473e225ed
6 changed files with 131 additions and 11 deletions

View file

@ -93,11 +93,7 @@ const WorkbenchMenu = props => {
{props.gist.renderer === 'react' && <Xray {...props} />}
</>
)}
{props.gist?._state?.view === 'test' && (
<>
<TestDesignOptions {...props} />
</>
)}
{props.gist?._state?.view === 'test' && <TestDesignOptions {...props} />}
</nav>
)
}