fix: deactivate themes when switching accounts

This commit is contained in:
Mo
2022-02-08 21:51:06 -06:00
parent e43c8a6f07
commit d920bf663f
4 changed files with 4 additions and 10 deletions

View File

@@ -527,7 +527,6 @@ export class Footer extends PureComponent<Props, State> {
className="sk-app-bar-item"
>
<div
id="account-switcher-icon"
className={
(this.state.hasPasscode ? 'alone' : '') +
' flex items-center'