Skip to content

Commit

Permalink
fixed the event checkIn bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kanhaiya04 committed Nov 14, 2023
1 parent 23f034d commit b902093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CheckIn/CheckInModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const CheckInModal = (props: InterfaceModalProp): JSX.Element => {
});

useEffect(() => {
checkInRefetch();
if (checkInLoading) setTableData([]);
else
setTableData(
Expand Down

0 comments on commit b902093

Please sign in to comment.