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.
2 parents 9eb51c5 + 1542d8f commit 50b0600Copy full SHA for 50b0600
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