diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx index 7c9c658..5ef8013 100644 --- a/web/src/containers/Studio/index.tsx +++ b/web/src/containers/Studio/index.tsx @@ -54,11 +54,11 @@ const Studio = () => { let weboutString: string try { - weboutString = res.data.webout + weboutString = res.data._webout .split('>>weboutBEGIN<<')[1] .split('>>weboutEND<<')[0] } catch (_) { - weboutString = res?.data?.webout ?? '' + weboutString = res?.data?._webout ?? '' } let webout: string