2
0
portersupport 3 жил өмнө
parent
commit
6a7cfdafd1

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

@@ -400,7 +400,7 @@ class Home extends Component<PropsType, StateType> {
               Join Our Discord
               Join Our Discord
             </DiscordButton>
             </DiscordButton>
             {/* This should only be shown on the first render of the app */}
             {/* This should only be shown on the first render of the app */}
-            {this.state.showWelcomeForm &&
+            {/* this.state.showWelcomeForm &&
               localStorage.getItem("welcomed") != "true" &&
               localStorage.getItem("welcomed") != "true" &&
               projects?.length === 0 && (
               projects?.length === 0 && (
                 <>
                 <>
@@ -412,7 +412,7 @@ class Home extends Component<PropsType, StateType> {
                     currentView={this.props.currentRoute} // For form feedback
                     currentView={this.props.currentRoute} // For form feedback
                   />
                   />
                 </>
                 </>
-              )}
+              ) */}
           </>
           </>
         )}
         )}