Show progress bar on the same row with year selection

This commit is contained in:
Vencislav Atanasov 2024-09-19 12:58:10 +03:00
parent 0cd5365c93
commit e5108ff5d9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default function Schedule({
} = useSchedule(conferenceId);
return (<>
{isLoading && <p>Loading... <progress value={loadingProgress} /></p>}
{isLoading && <>Loading... <progress value={loadingProgress} /></>}
{halls && <table border="1">
<thead>
<tr>