diff --git a/apps/web/Components/Admin/AdminRow/AdminRow.tsx b/apps/web/Components/Admin/AdminRow/AdminRow.tsx index 021d0ee..b0b4ddf 100644 --- a/apps/web/Components/Admin/AdminRow/AdminRow.tsx +++ b/apps/web/Components/Admin/AdminRow/AdminRow.tsx @@ -44,7 +44,7 @@ export default function AdminRow(props: IProps) { setItems( [...items].map((obj) => ({ ...obj, - children:
lolo
, + children:{JSON.stringify(query)}
, })) ); }; @@ -56,8 +56,3 @@ export default function AdminRow(props: IProps) { ); } - -// eslint-disable-next-line @typescript-eslint/no-unused-vars -function addSlashToString(key: string) { - return key.replace(`"`, '"'); -}