fix(ui) - active menu link
This commit is contained in:
parent
836e046c7c
commit
6bc3fd3afd
1 changed files with 0 additions and 5 deletions
|
|
@ -61,11 +61,6 @@ const Header = (props) => {
|
|||
{!isPreferences && <DefaultMenuView siteId={siteId} />}
|
||||
{isPreferences && <PreferencesView />}
|
||||
<div className={styles.right}>
|
||||
{/* {boardingCompletion < 75 && !hideDiscover && (
|
||||
<React.Fragment>
|
||||
<OnboardingExplore onComplete={() => setHideDiscover(true)} />
|
||||
</React.Fragment>
|
||||
)} */}
|
||||
<GettingStartedProgress />
|
||||
|
||||
<Notifications />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue