diff --git a/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx b/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx index f127f72f..e62c98e1 100644 --- a/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx +++ b/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx @@ -4,8 +4,7 @@ import { Bootstrap } from './Bootstrap'; import { Login } from './Login'; export function LandingPage() { - const { registrationOpen, isLoading } = useLandingPage(); - if (isLoading) return null; + const { registrationOpen } = useLandingPage(); return (