Update pages/availability/troubleshoot.tsx
Co-authored-by: Nico <spam@nicolasjessen.de>
This commit is contained in:
parent
03407a3738
commit
6415b561b7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default function Troubleshoot({ user }) {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchAvailability(selectedDate);
|
fetchAvailability(selectedDate);
|
||||||
});
|
}, [selectedDate]);
|
||||||
|
|
||||||
if (loading) {
|
if (loading) {
|
||||||
return <Loader />;
|
return <Loader />;
|
||||||
|
|
Loading…
Reference in a new issue