Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBemis committed Feb 27, 2025
1 parent 3d90b4b commit 0202064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-participant/src/login/IdleStatusMonitor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const InactivityTimer = ({ maxIdleSessionDuration, idleWarningDuration, doSignOu

setNextUpdateDelay(millisecondsUntilNextUpdate)

return !idleModalVisible
return idleModalVisible
? <IdleWarningModal secondsUntilTimedOut={secondsUntilTimedOut} onDismiss={() => setIdleModalVisible(false)}/>
: null
}
Expand Down

0 comments on commit 0202064

Please sign in to comment.