fix: startup failure when no show selected (#293)
This commit is contained in:
parent
4a78669df9
commit
10584c5d89
1 changed files with 1 additions and 2 deletions
|
@ -69,8 +69,7 @@ const SessionHandler: React.FC = function() {
|
||||||
error={userLoadError}
|
error={userLoadError}
|
||||||
percent={71}
|
percent={71}
|
||||||
/>
|
/>
|
||||||
{currentTimeslot === null &&
|
{timeslotLoadError !== null &&
|
||||||
timeslotLoadError == null &&
|
|
||||||
timeslotLoadError !== undefined &&
|
timeslotLoadError !== undefined &&
|
||||||
!timeslotLoading &&
|
!timeslotLoading &&
|
||||||
redirectToTimeslotSelect()}
|
redirectToTimeslotSelect()}
|
||||||
|
|
Loading…
Reference in a new issue