From 1a6aae654520540285e2b06e21414d4837605f06 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Tue, 3 Dec 2019 13:33:48 -0500 Subject: [PATCH] Fixed mismatched parenthesis --- twistter-frontend/src/pages/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twistter-frontend/src/pages/Home.js b/twistter-frontend/src/pages/Home.js index c787276..74ecddc 100644 --- a/twistter-frontend/src/pages/Home.js +++ b/twistter-frontend/src/pages/Home.js @@ -78,7 +78,7 @@ class Home extends Component { - )) + ) ) : (

Loading post...

);