diff --git a/src/common/components/landing-page/index.tsx b/src/common/components/landing-page/index.tsx index aa227d5ae12..26f79bd9bc4 100644 --- a/src/common/components/landing-page/index.tsx +++ b/src/common/components/landing-page/index.tsx @@ -24,7 +24,7 @@ const LandingPage = (props: any) => { return () => clearInterval(updateTimer); }, []); - return activeUser || (community && !time) ? ( + return activeUser || (community && time <= 0) ? ( ) : (