From edfee0713a405c581cf894ff07d68365921efb6c Mon Sep 17 00:00:00 2001 From: chrisgarrity Date: Wed, 28 Nov 2018 12:23:47 -0500 Subject: [PATCH] show intro for logged out users Switch `&&` to `||`. Current date before AND after HoC is never true. --- src/views/splash/presentation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/splash/presentation.jsx b/src/views/splash/presentation.jsx index 5c20540cb..c08bf8e02 100644 --- a/src/views/splash/presentation.jsx +++ b/src/views/splash/presentation.jsx @@ -492,7 +492,7 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/ minWidth={frameless.desktop} > { - (Date.now() < HOC_START_TIME && // Hide intro if HoC banner is showing + (Date.now() < HOC_START_TIME || // Hide intro if HoC banner is showing Date.now() > HOC_END_TIME) ? [