From 9929fd1fa4e5936c82c29767c84b6e3ff7898e12 Mon Sep 17 00:00:00 2001 From: Liam Stevens <8955671+liamstevens111@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:50:05 +0700 Subject: [PATCH] [#21] Remove redundant class and javascript curcly braces for props --- src/screens/Login/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/Login/index.tsx b/src/screens/Login/index.tsx index c9bd848..13c98c0 100644 --- a/src/screens/Login/index.tsx +++ b/src/screens/Login/index.tsx @@ -103,7 +103,7 @@ function LoginScreen() { className="my-3 block h-14 w-80" onInputChange={handleEmailChange} /> -