Yingtao-Zheng commited on
Commit
161d4b0
·
1 Parent(s): 0cbbef7

Fix: still fixing bug for eye gaze popup

Browse files
Files changed (1) hide show
  1. src/components/FocusPageLocal.jsx +1 -1
src/components/FocusPageLocal.jsx CHANGED
@@ -111,7 +111,7 @@ function FocusPageLocal({ videoManager, sessionResult, setSessionResult, isActiv
111
  const [l2csBoostAvailable, setL2csBoostAvailable] = useState(false);
112
  const [showEyeGazeModal, setShowEyeGazeModal] = useState(false);
113
  const [eyeGazeDontShow, setEyeGazeDontShow] = useState(
114
- () => sessionStorage.getItem('focusguard_eyegaze_skipmodal') === 'true'
115
  );
116
 
117
  const localVideoRef = useRef(null);
 
111
  const [l2csBoostAvailable, setL2csBoostAvailable] = useState(false);
112
  const [showEyeGazeModal, setShowEyeGazeModal] = useState(false);
113
  const [eyeGazeDontShow, setEyeGazeDontShow] = useState(
114
+ () => sessionStorage.getItem('focusguard_eyegaze_skipmodal') === 'false'
115
  );
116
 
117
  const localVideoRef = useRef(null);