From 6ed0178a23f15dcd908b2c7491cb3aa77f9546f6 Mon Sep 17 00:00:00 2001 From: kumaran-14 Date: Sat, 15 Feb 2020 15:47:03 +0530 Subject: [PATCH] Add Lint fixes --- src/app/components/Authentication/Login.tsx | 13 +++++- .../components/Authentication/Register.tsx | 40 +++++++++++++------ src/app/styles/Authentication.module.css | 16 ++++---- 3 files changed, 46 insertions(+), 23 deletions(-) diff --git a/src/app/components/Authentication/Login.tsx b/src/app/components/Authentication/Login.tsx index 3c227312..5b8be33b 100644 --- a/src/app/components/Authentication/Login.tsx +++ b/src/app/components/Authentication/Login.tsx @@ -132,7 +132,18 @@ export class Login extends React.Component
-
{errorMessage}
+
+ {errorMessage} +
diff --git a/src/app/components/Authentication/Register.tsx b/src/app/components/Authentication/Register.tsx index 5321c5e1..437aceae 100644 --- a/src/app/components/Authentication/Register.tsx +++ b/src/app/components/Authentication/Register.tsx @@ -268,7 +268,11 @@ export class Register extends React.Component -