From 41f0cffa375d2eae429c452b519b71be872fe43f Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 29 Dec 2022 13:56:47 +0000 Subject: [PATCH] fix lint. --- Accounts/src/Pages/Register.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Accounts/src/Pages/Register.tsx b/Accounts/src/Pages/Register.tsx index 276f8dee67..2f14a36e8c 100644 --- a/Accounts/src/Pages/Register.tsx +++ b/Accounts/src/Pages/Register.tsx @@ -107,8 +107,7 @@ const RegisterPage: FunctionComponent = () => { fieldType: FormFieldSchemaType.Phone, required: true, - placeholder: - '+11234567890', + placeholder: '+11234567890', title: 'Phone Number', }, {