fix: only script profile can display console
This commit is contained in:
parent
73458dcd28
commit
c611a51575
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue