diff --git a/app/component/EditField.js b/app/component/EditField.js
index a59e6c1..7926f43 100644
--- a/app/component/EditField.js
+++ b/app/component/EditField.js
@@ -15,6 +15,7 @@ function EditField({
type,
props,
}) {
+ console.log(data);
return (
- {data.map((row, idx) => (
+ {data[parent].map((row, idx) => (