Skip to content

Commit

Permalink
fix: startup failure when no show selected (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
alyxbb committed Dec 30, 2023
1 parent 4a78669 commit 10584c5
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 10584c5

Please sign in to comment.