Pārlūkot izejas kodu

fix: only script profile can display console

GyDi 2 gadi atpakaļ
vecāks
revīzija
c611a51575
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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