Skip to content

Commit d67eab2

Browse files
gtryusCopilot
andauthored
Update src/renderer/src/routes/ProjectsScreen.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 495afff commit d67eab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/renderer/src/routes/ProjectsScreen.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ export const ProjectsScreenInner: React.FC = () => {
196196
if (!teamId) {
197197
handleSwitchTeams();
198198
}
199-
}, [teamId, handleSwitchTeams]);
199+
// eslint-disable-next-line react-hooks/exhaustive-deps
200+
}, [handleSwitchTeams]);
200201

201202
return (
202203
<Box sx={{ width: '100%' }}>

0 commit comments

Comments
 (0)