diff --git a/src/Schedule.jsx b/src/Schedule.jsx index 415db29..d61da37 100644 --- a/src/Schedule.jsx +++ b/src/Schedule.jsx @@ -17,7 +17,7 @@ export default function Schedule({ } = useSchedule(conferenceId); return (<> - {isLoading &&
Loading...
} + {isLoading && <>Loading... >} {halls &&