Update pages/availability/troubleshoot.tsx
Co-authored-by: Nico <spam@nicolasjessen.de>pull/434/head
parent
03407a3738
commit
6415b561b7
|
@ -44,7 +44,7 @@ export default function Troubleshoot({ user }) {
|
|||
|
||||
useEffect(() => {
|
||||
fetchAvailability(selectedDate);
|
||||
});
|
||||
}, [selectedDate]);
|
||||
|
||||
if (loading) {
|
||||
return <Loader />;
|
||||
|
|
Loading…
Reference in New Issue