Skip to content

Commit

Permalink
fix(bookings): refetch query after check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Bri74 committed Apr 15, 2024
1 parent eeedbaf commit 24c5305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/agenda/screens/BookingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const BookingScreen = ({ navigation, route }: Props) => {
})
.then(() => {
setFeedback({ text: t('bookingScreen.checkInFeedback') });
bookingsQuery.refetch();
});
} else {
setFeedback({ text: t('bookingScreen.checkLocationErrorFeedback') });
Expand Down

0 comments on commit 24c5305

Please sign in to comment.