Update pages/availability/troubleshoot.tsx

Co-authored-by: Nico <spam@nicolasjessen.de>
pull/434/head
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
1 changed files with 1 additions and 1 deletions

View File

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