diff --git a/client/src/components/navigation/UserDropdown.tsx b/client/src/components/navigation/UserDropdown.tsx index acf1b099..ea125a09 100644 --- a/client/src/components/navigation/UserDropdown.tsx +++ b/client/src/components/navigation/UserDropdown.tsx @@ -28,7 +28,7 @@ const UserDropdown: React.FC = ({ {showAvatar && } - + Settings @@ -45,7 +45,7 @@ const UserDropdown: React.FC = ({ return ( - + Settings diff --git a/client/src/screens/conductor/AccountSettings/index.tsx b/client/src/screens/conductor/AccountSettings/index.tsx index 5b8f845a..c185a5f1 100644 --- a/client/src/screens/conductor/AccountSettings/index.tsx +++ b/client/src/screens/conductor/AccountSettings/index.tsx @@ -60,15 +60,6 @@ const AccountSettings = () => { setLoading(false); }, [setAccount, setLoading, handleGlobalError]); - /** - * Activate the default pane if one is not yet active. - */ - useEffect(() => { - if (!activePane) { - history.push(`/account/${DEFAULT_ACTIVE_PANE}`); - } - }, [activePane, history]); - /** * Set the page title and gather data from the server on load. */