Merge pull request #2361 from LLK/hotfix/replace-logged-out

[Master] show intro for logged out users
This commit is contained in:
chrisgarrity 2018-11-28 14:04:45 -05:00 committed by GitHub
commit 4d4c9f8be7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) ?
[
<Intro