Browse Source

fix: only script profile can display console

GyDi 2 năm trước cách đây
mục cha
commit
c611a51575
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 sx={boxStyle}>
-          {selected ? (
+          {selected && type === "script" ? (
             hasError ? (
               <Badge color="error" variant="dot" overlap="circular">
                 <IconButton