Преглед изворни кода

temporarily hide redirect to onboarding modal

jusrhee пре 4 година
родитељ
комит
cac115b522
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/src/main/home/Home.tsx

+ 1 - 1
dashboard/src/main/home/Home.tsx

@@ -251,7 +251,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();