We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0586fb commit 1542d8fCopy full SHA for 1542d8f
src/apps/accounts/src/settings/tabs/account/security/Security.tsx
@@ -85,7 +85,7 @@ const Security: FC<SecurityProps> = (props: SecurityProps) => {
85
actionElement={(
86
<div className={styles.diceBtnWrap}>
87
{
88
- !mfaStatusData?.diceEnabled ? (
+ mfaStatusData?.diceEnabled ? (
89
<FormToggleSwitch
90
name='diceEnabled'
91
onChange={noop}
0 commit comments