Skip to content

Commit

Permalink
Remove .then()
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavilien committed Jan 27, 2024
1 parent 11ea9b1 commit 0acec63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/CheckInTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const CheckInTable = (): ReactElement => {
}
setLoading(false)
}
getCheckIn().then()
getCheckIn()
}, [dispatch])

const columns: Column<CheckIn>[] = useMemo(
Expand Down

0 comments on commit 0acec63

Please sign in to comment.