fix(ui) - active menu link

This commit is contained in:
Shekar Siri 2023-05-02 12:45:48 +02:00
parent 836e046c7c
commit 6bc3fd3afd

View file

@ -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 />