From ddc1cd70f981a83a7e40a1da9162b6f263f84499 Mon Sep 17 00:00:00 2001 From: Alex Novotny Date: Thu, 16 Feb 2023 14:38:30 -0600 Subject: [PATCH] Update App.js Adding Missing Brackets --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 831a50d..b636ccf 100644 --- a/src/App.js +++ b/src/App.js @@ -130,7 +130,7 @@ function App() {
{ setName(e.target.value) }} /> - setDescription(e.target.value)} /> + { setDescription(e.target.value) }} />