Update pages/availability/troubleshoot.tsx

Co-authored-by: Nico <spam@nicolasjessen.de>
This commit is contained in:
Joshua Snyder 2021-08-12 06:54:01 +02:00 committed by GitHub
parent 03407a3738
commit 6415b561b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ export default function Troubleshoot({ user }) {
useEffect(() => { useEffect(() => {
fetchAvailability(selectedDate); fetchAvailability(selectedDate);
}); }, [selectedDate]);
if (loading) { if (loading) {
return <Loader />; return <Loader />;