File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const HomePage: React.FC = () => {
3232
3333 try {
3434 console . log ( 'Initializing team from backend...' ) ;
35- setReloadLeftList ( true ) ;
35+ // setReloadLeftList(true);
3636 // Call the backend init_team endpoint (takes ~20 seconds)
3737 const initResponse = await TeamService . initializeTeam ( ) ;
3838
@@ -105,7 +105,7 @@ const HomePage: React.FC = () => {
105105 // TODO REFRACTOR THIS CODE
106106 setIsLoadingTeam ( true ) ;
107107 const initResponse = await TeamService . initializeTeam ( true ) ;
108- setReloadLeftList ( true )
108+ // setReloadLeftList(true)
109109 if ( initResponse . data ?. status === 'Request started successfully' && initResponse . data ?. team_id ) {
110110 console . log ( 'Team initialization completed:' , initResponse . data ?. team_id ) ;
111111
You can’t perform that action at this time.
0 commit comments