diff --git a/app/assets/javascripts/components/AccountMenu.tsx b/app/assets/javascripts/components/AccountMenu.tsx index 07fad3719..1c4e30a5b 100644 --- a/app/assets/javascripts/components/AccountMenu.tsx +++ b/app/assets/javascripts/components/AccountMenu.tsx @@ -526,7 +526,7 @@ const AccountMenu = observer(({ application, appState }: Props) => { removeAppLaunchedObserver(); removeKeyStatusChangedObserver(); removeProtectionSessionExpiryDateChangedObserver(); - } + }; }, []); // `reloadAutoLockInterval` gets interval asynchronously, therefore we call `useEffect` to set initial @@ -551,113 +551,113 @@ const AccountMenu = observer(({ application, appState }: Props) => { }, [isEmailFocused, isPasscodeFocused]); return ( -