From e5108ff5d9c4f981780b62a87ac909a8b0e252ef Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Thu, 19 Sep 2024 12:58:10 +0300 Subject: [PATCH] Show progress bar on the same row with year selection --- src/Schedule.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&