Skip to content

Commit

Permalink
Merge pull request #295 from UniversityRadioYork/alyx-show-select-red…
Browse files Browse the repository at this point in the history
…irect

fix: startup failure when no show selected (#293)
  • Loading branch information
alyxbb authored Dec 30, 2023
2 parents 4a78669 + 10584c5 commit bb55f91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/session/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ const SessionHandler: React.FC = function() {
error={userLoadError}
percent={71}
/>
{currentTimeslot === null &&
timeslotLoadError == null &&
{timeslotLoadError !== null &&
timeslotLoadError !== undefined &&
!timeslotLoading &&
redirectToTimeslotSelect()}
Expand Down

0 comments on commit bb55f91

Please sign in to comment.