From 57c1002f32fff66617a2fc0cfa3db8860dcac92f Mon Sep 17 00:00:00 2001 From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it> Date: Thu, 27 May 2021 15:22:28 +0200 Subject: [PATCH] Remove comment. --- src/components/Authorization/Authorization.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Authorization/Authorization.tsx b/src/components/Authorization/Authorization.tsx index 6645687..20676a4 100644 --- a/src/components/Authorization/Authorization.tsx +++ b/src/components/Authorization/Authorization.tsx @@ -18,8 +18,6 @@ interface WithAuthProps { allowedRoles: string[]; } -// FIX: Sometimes the login page is displayed the circle rather than the login page. - /* eslint-disable react/jsx-props-no-spreading */ /** * -- GitLab