fix
This commit is contained in:
parent
73ae85841b
commit
4b94f783b4
|
|
@ -49,7 +49,6 @@ export const KeyValue = ({
|
||||||
|
|
||||||
if (typeof value !== "object") return null;
|
if (typeof value !== "object") return null;
|
||||||
|
|
||||||
console.log(value);
|
|
||||||
return (
|
return (
|
||||||
<div className="c-flex c-relative c-flex-1 key-value" ref={ref}>
|
<div className="c-flex c-relative c-flex-1 key-value" ref={ref}>
|
||||||
<table
|
<table
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue