Merge pull request #295 from UniversityRadioYork/alyx-show-select-redirect
fix: startup failure when no show selected (#293)
This commit is contained in:
commit
bb55f91c49
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