|
@@ -256,7 +256,7 @@ class Home extends Component<PropsType, StateType> {
|
|
|
!this.props.history.location.pathname.includes("new-project") &&
|
|
!this.props.history.location.pathname.includes("new-project") &&
|
|
|
!this.props.history.location.pathname.includes("project-settings")
|
|
!this.props.history.location.pathname.includes("project-settings")
|
|
|
) {
|
|
) {
|
|
|
- //this.context.setCurrentModal("RedirectToOnboardingModal");
|
|
|
|
|
|
|
+ this.context.setCurrentModal("RedirectToOnboardingModal");
|
|
|
}
|
|
}
|
|
|
if (prevProps.currentProject?.id !== this.props.currentProject?.id) {
|
|
if (prevProps.currentProject?.id !== this.props.currentProject?.id) {
|
|
|
this.checkOnboarding();
|
|
this.checkOnboarding();
|