Show progress bar on the same row with year selection
This commit is contained in:
parent
0cd5365c93
commit
e5108ff5d9
|
@ -17,7 +17,7 @@ export default function Schedule({
|
||||||
} = useSchedule(conferenceId);
|
} = useSchedule(conferenceId);
|
||||||
|
|
||||||
return (<>
|
return (<>
|
||||||
{isLoading && <p>Loading... <progress value={loadingProgress} /></p>}
|
{isLoading && <>Loading... <progress value={loadingProgress} /></>}
|
||||||
{halls && <table border="1">
|
{halls && <table border="1">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue