fix: startup failure when no show selected (#293)

This commit is contained in:
Alyx 2023-12-30 02:23:29 +00:00
parent 4a78669df9
commit 10584c5d89

View file

@ -69,8 +69,7 @@ const SessionHandler: React.FC = function() {
error={userLoadError}
percent={71}
/>
{currentTimeslot === null &&
timeslotLoadError == null &&
{timeslotLoadError !== null &&
timeslotLoadError !== undefined &&
!timeslotLoading &&
redirectToTimeslotSelect()}