mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
fix unknown message type
This commit is contained in:
parent
2d2d732bfd
commit
f387488e83
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export function MessageInfo({msg, prop_names, class_names, search}: MessageInfoP
|
|||
return <>{events.map(event => <p>{event}</p>)}</>
|
||||
default:
|
||||
let json = msg;
|
||||
delete json.type;
|
||||
// delete json.type;
|
||||
return <>{JSON.stringify(json)}</>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue