From 6193d65bd014c0dabeb711e6f68282b23fe6bf1f Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Wed, 28 Sep 2022 21:16:14 +0100 Subject: [PATCH] not found lint --- Accounts/src/Pages/NotFound.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Accounts/src/Pages/NotFound.tsx b/Accounts/src/Pages/NotFound.tsx index d04df9641b..6151fdac0c 100644 --- a/Accounts/src/Pages/NotFound.tsx +++ b/Accounts/src/Pages/NotFound.tsx @@ -3,7 +3,6 @@ import Route from 'Common/Types/API/Route'; import Link from 'CommonUI/src/Components/Link/Link'; const LoginPage: FunctionComponent = () => { - return (
@@ -21,7 +20,7 @@ const LoginPage: FunctionComponent = () => {

Page you're looking for is - not found.{' '} + not found.{' '}


Don't have an account?{' '}