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}
|
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