Skip to content

Commit 6b16209

Browse files
update
1 parent 82e3291 commit 6b16209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chrome/src/components/NodeValue.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const NodeValue = ({
9696
return `[${re}]`;
9797
}
9898
}
99-
if (t === "Iterable" || t === "Object" || _t === 'Object') {
99+
if (t === "Iterable" || t === "Object" || _t === "Object") {
100100
const re = getText("Object", data ?? {});
101101
if (Array.isArray(re)) {
102102
return (

0 commit comments

Comments
 (0)