From 446b3bdb4da448ea00a8b256121d15eff012dc1a Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 14 Oct 2022 16:27:42 +1100 Subject: [PATCH] fix: qa feedback - setting or changing passwords shouldn't show a blank screen --- ts/components/settings/SessionSettings.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/components/settings/SessionSettings.tsx b/ts/components/settings/SessionSettings.tsx index 57569f5f3..31b967581 100644 --- a/ts/components/settings/SessionSettings.tsx +++ b/ts/components/settings/SessionSettings.tsx @@ -15,6 +15,7 @@ import { SettingsCategoryHelp } from './section/CategoryHelp'; import styled from 'styled-components'; import { sessionPassword } from '../../state/ducks/modalDialog'; import { PasswordAction } from '../dialog/SessionPasswordDialog'; +import { SectionType, showLeftPaneSection } from '../../state/ducks/section'; export function displayPasswordModal( passwordAction: PasswordAction, @@ -229,6 +230,7 @@ export class SessionSettingsView extends React.Component