Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswanth-c committed Oct 9, 2024
1 parent 4942204 commit f2b78fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/routes/session.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ function Session(props: SessionProps) {
setInitialInstallAttempt(true);
};
setTimeout(() => handleAutoInstallation(), 1500);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return (
<div className="flex flex-col">
Expand Down

0 comments on commit f2b78fb

Please sign in to comment.