Skip to content

Commit

Permalink
chore: Linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KamogeloMoeketse committed Aug 12, 2024
1 parent 7ca1b7d commit 2360606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/occupi-mobile4/screens/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const Dashboard: React.FC = () => {

useEffect(() => {
if (shouldCheckin) {
// eslint-disable-next-line react-hooks/rules-of-hooks
useLocationCheckin();
}
}, [shouldCheckin]);
Expand Down

0 comments on commit 2360606

Please sign in to comment.