Closed ArtemSBulgakov closed 3 weeks ago
When the user doesn't close the tab, the data doesn't update. So, if the user returns to that tab in several hours or days, the events are outdated.
We need to fetch bookings using React Query (with correct configuration) and refactor BookingTimeline.vue to accept bookings via prop.
BookingTimeline.vue
Bug description
When the user doesn't close the tab, the data doesn't update. So, if the user returns to that tab in several hours or days, the events are outdated.
Suggested solution
We need to fetch bookings using React Query (with correct configuration) and refactor
BookingTimeline.vue
to accept bookings via prop.