diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx index 5ef8013..27c73db 100644 --- a/web/src/containers/Studio/index.tsx +++ b/web/src/containers/Studio/index.tsx @@ -50,25 +50,9 @@ const Studio = () => { .map((logLine: any) => logLine.line) .join('\n') - setLog(`
${parsedLog}${webout}`)
+ setWebout(`${res.data?._webout}`)
setTab('2')
// Scroll to bottom of log
@@ -100,6 +84,7 @@ const Studio = () => {
}, [location.search])
const classes = useStyles()
+
return (
<>
{log}
+ {webout}
+