diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx
index 4c44995..c05516a 100644
--- a/web/src/containers/Studio/index.tsx
+++ b/web/src/containers/Studio/index.tsx
@@ -56,7 +56,7 @@ const Studio = () => {
}, [appContext.runTimes])
useEffect(() => {
- if(runTimes.length) setSelectedRunTime(runTimes[0])
+ if (runTimes.length) setSelectedRunTime(runTimes[0])
}, [runTimes])
const handleTabChange = (_e: any, newValue: string) => {
@@ -184,7 +184,9 @@ const Studio = () => {
onChange={handleChangeRunTime}
>
{runTimes.map((runTime) => (
-
+
))}