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}
|
||||
percent={71}
|
||||
/>
|
||||
{currentTimeslot === null &&
|
||||
timeslotLoadError == null &&
|
||||
{timeslotLoadError !== null &&
|
||||
timeslotLoadError !== undefined &&
|
||||
!timeslotLoading &&
|
||||
redirectToTimeslotSelect()}
|
||||
|
|
Loading…
Reference in a new issue