This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const Confirm = ({
48
48
const primaryCalendar = getPrimaryCalendar ( userSettings ) ;
49
49
const calendarSynced = primaryCalendar ? isCalendarInSync ( primaryCalendar ) : false ;
50
50
51
- // to know if calendar is ready and synced to request interview, we check for primary calendar
51
+ // to know if calendar is ready and synced to request interview, we check for primary calendar
52
52
// & its sync status, combined with either the timeoutid or initiate confirmation flag
53
53
if ( ( primaryCalendar && calendarSynced ) && ( syncCalendarTimeoutId || initiateInterviewConfirmation ) )
54
54
{
@@ -117,13 +117,13 @@ const Confirm = ({
117
117
{
118
118
// show loading indicator with message
119
119
onSetLoadingMessageLocal ( `Syncing your new calendar ${ primaryCalendar . email } , it might take a few minutes...` ) ;
120
-
120
+
121
121
// fetch UserMeetingSettings in the background, for the 1st time, no timeout is necessary,
122
122
// so we set initiateInterviewConfirmation value to true
123
123
getSettingsModular ( ) ;
124
124
setInitiateInterviewConfirmation ( true ) ;
125
125
}
126
- else if ( primaryCalendar && calendarSynced )
126
+ else
127
127
{
128
128
onContinueAhead ( ) ;
129
129
}
You can’t perform that action at this time.
0 commit comments