|
|
@ -615,6 +615,7 @@ export default class Home extends PureComponent { |
|
|
|
completedOnboarding, |
|
|
|
completedOnboarding, |
|
|
|
shouldShowSeedPhraseReminder, |
|
|
|
shouldShowSeedPhraseReminder, |
|
|
|
onboardedInThisUISession, |
|
|
|
onboardedInThisUISession, |
|
|
|
|
|
|
|
newCustomNetworkAdded, |
|
|
|
} = this.props; |
|
|
|
} = this.props; |
|
|
|
|
|
|
|
|
|
|
|
if (forgottenPassword) { |
|
|
|
if (forgottenPassword) { |
|
|
@ -629,7 +630,8 @@ export default class Home extends PureComponent { |
|
|
|
announcementsToShow && |
|
|
|
announcementsToShow && |
|
|
|
showWhatsNewPopup && |
|
|
|
showWhatsNewPopup && |
|
|
|
!showPortfolioTooltip && |
|
|
|
!showPortfolioTooltip && |
|
|
|
!portfolioTooltipWasShownInThisSession; |
|
|
|
!portfolioTooltipWasShownInThisSession && |
|
|
|
|
|
|
|
Object.keys(newCustomNetworkAdded).length === 0; |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div className="main-container"> |
|
|
|
<div className="main-container"> |
|
|
|
<Route path={CONNECTED_ROUTE} component={ConnectedSites} exact /> |
|
|
|
<Route path={CONNECTED_ROUTE} component={ConnectedSites} exact /> |
|
|
|