diff --git a/ts/components/session/LeftPaneSettingSection.tsx b/ts/components/session/LeftPaneSettingSection.tsx index 011b00d6e..29e87d949 100644 --- a/ts/components/session/LeftPaneSettingSection.tsx +++ b/ts/components/session/LeftPaneSettingSection.tsx @@ -7,7 +7,7 @@ import { useDispatch, useSelector } from 'react-redux'; import { showSettingsSection } from '../../state/ducks/section'; import { getFocusedSettingsSection } from '../../state/selectors/section'; import { recoveryPhraseModal, updateDeleteAccountModal } from '../../state/ducks/modalDialog'; -import { SessionSettingCategory } from './settings/LocalSettings'; +import { SessionSettingCategory } from './settings/SessionSettings'; const getCategories = () => { return [ diff --git a/ts/components/session/SessionRadio.tsx b/ts/components/session/SessionRadio.tsx index d858e4c94..3831dfe4e 100644 --- a/ts/components/session/SessionRadio.tsx +++ b/ts/components/session/SessionRadio.tsx @@ -26,7 +26,7 @@ export const SessionRadio = (props: Props) => { value={value} aria-checked={active} checked={active} - onClick={clickHandler} + onChange={clickHandler} />