Skip to content
Snippets Groups Projects
Unverified Commit c611a515 authored by GyDi's avatar GyDi
Browse files

fix: only script profile can display console

parent 73458dcd
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ const ProfileMore = (props: Props) => { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment