diff --git a/src/components/Main.tsx b/src/components/Main.tsx index 7aaf398..6ca0976 100644 --- a/src/components/Main.tsx +++ b/src/components/Main.tsx @@ -57,8 +57,8 @@ export const Main: Component = () => { {error()!.message} - - {JSON.stringify(entity(), null, 2)} + + {(entity) => {JSON.stringify(entity, null, 2)}}