فهرست منبع

fix: only script profile can display console

GyDi 2 سال پیش
والد
کامیت
c611a51575
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/components/profile/profile-more.tsx

+ 1 - 1
src/components/profile/profile-more.tsx

@@ -144,7 +144,7 @@ const ProfileMore = (props: Props) => {
         </Box>
         </Box>
 
 
         <Box sx={boxStyle}>
         <Box sx={boxStyle}>
-          {selected ? (
+          {selected && type === "script" ? (
             hasError ? (
             hasError ? (
               <Badge color="error" variant="dot" overlap="circular">
               <Badge color="error" variant="dot" overlap="circular">
                 <IconButton
                 <IconButton