This commit is contained in:
rizky 2024-08-19 20:14:04 -07:00
parent 73ae85841b
commit 4b94f783b4
1 changed files with 0 additions and 1 deletions

View File

@ -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