change(ui) - check boarding completion 75%
This commit is contained in:
parent
5f2f88cf9d
commit
06e61b9517
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const Header = (props) => {
|
|||
{!isPreferences && <DefaultMenuView siteId={siteId} />}
|
||||
{isPreferences && <PreferencesView />}
|
||||
<div className={styles.right}>
|
||||
{boardingCompletion < 100 && !hideDiscover && (
|
||||
{boardingCompletion < 75 && !hideDiscover && (
|
||||
<React.Fragment>
|
||||
<OnboardingExplore onComplete={() => setHideDiscover(true)} />
|
||||
</React.Fragment>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue