Skip to content

Commit

Permalink
fixed event-chech-in bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kanhaiya04 committed Nov 5, 2023
1 parent 0980326 commit 51d5dfc
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 51d5dfc

Please sign in to comment.