1 parent 82e3291 commit 6b16209Copy full SHA for 6b16209
1 file changed
chrome/src/components/NodeValue.tsx
@@ -96,7 +96,7 @@ export const NodeValue = ({
96
return `[${re}]`;
97
}
98
99
- if (t === "Iterable" || t === "Object" || _t === 'Object') {
+ if (t === "Iterable" || t === "Object" || _t === "Object") {
100
const re = getText("Object", data ?? {});
101
if (Array.isArray(re)) {
102
return (
0 commit comments