From 386d75f4832753665dc6600aeab6b25b41009501 Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Mon, 23 Aug 2021 19:20:16 +0900 Subject: [PATCH] Yes you have to pull again --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 131d32d..b67fa56 100644 --- a/src/App.js +++ b/src/App.js @@ -51,7 +51,7 @@ function Box(p) {

{p.title}

- {p.children} + {p.children} }