diff --git a/src/session/index.tsx b/src/session/index.tsx index caf0136..50863ce 100644 --- a/src/session/index.tsx +++ b/src/session/index.tsx @@ -69,8 +69,7 @@ const SessionHandler: React.FC = function() { error={userLoadError} percent={71} /> - {currentTimeslot === null && - timeslotLoadError == null && + {timeslotLoadError !== null && timeslotLoadError !== undefined && !timeslotLoading && redirectToTimeslotSelect()}