fix: only script profile can display console
This commit is contained in:
parent
73458dcd28
commit
c611a51575
@ -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…
x
Reference in New Issue
Block a user