From 96ae1d40a490fa12dbee5a01a1882ccf9b208dc9 Mon Sep 17 00:00:00 2001 From: canove Date: Tue, 29 Sep 2020 06:11:31 -0300 Subject: [PATCH] code cleanup --- frontend/src/pages/Login/index.js | 4 +--- frontend/src/pages/Signup/index.js | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/Login/index.js b/frontend/src/pages/Login/index.js index 23c7df0..58ed2d9 100644 --- a/frontend/src/pages/Login/index.js +++ b/frontend/src/pages/Login/index.js @@ -125,9 +125,7 @@ const Login = () => { - - - + {/* */} ); }; diff --git a/frontend/src/pages/Signup/index.js b/frontend/src/pages/Signup/index.js index 65680c4..cdc8f65 100644 --- a/frontend/src/pages/Signup/index.js +++ b/frontend/src/pages/Signup/index.js @@ -178,9 +178,7 @@ const SignUp = () => { )} - - - + {/* */} ); };