From ba7802ccb5e7e1be3f489112f8485d289505e040 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 15 May 2022 18:57:14 -0500 Subject: [PATCH] np fix --- src/components/NPPlayground.tsx | 2 +- src/components/phrase-diagram/PhraseDiagram.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/NPPlayground.tsx b/src/components/NPPlayground.tsx index d79b820..b9c1b18 100644 --- a/src/components/NPPlayground.tsx +++ b/src/components/NPPlayground.tsx @@ -13,7 +13,7 @@ function NPPlayground({ opts, npIn }: { const [np, setNp] = useState(npIn); console.log({ np }); return
-
+
+ return
{children.map((block) => ( {block}