From 1b097163a45762f6696753b6f31a732582370938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Thu, 18 Jan 2024 02:15:25 +0100 Subject: [PATCH] removed div --- front/views/ForgotPasswordView.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/front/views/ForgotPasswordView.tsx b/front/views/ForgotPasswordView.tsx index 7bc30b4..41431d6 100644 --- a/front/views/ForgotPasswordView.tsx +++ b/front/views/ForgotPasswordView.tsx @@ -18,11 +18,7 @@ const ForgotPasswordView = () => { return 'Error with email, please contact support'; } } - return ( -
- -
- ); + return ; }; export default ForgotPasswordView;