Skip to content

Commit 1542d8f

Browse files
committed
MP-40 final tweaks
1 parent b0586fb commit 1542d8f

File tree

1 file changed

+1
-1
lines changed
  • src/apps/accounts/src/settings/tabs/account/security

1 file changed

+1
-1
lines changed

src/apps/accounts/src/settings/tabs/account/security/Security.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const Security: FC<SecurityProps> = (props: SecurityProps) => {
8585
actionElement={(
8686
<div className={styles.diceBtnWrap}>
8787
{
88-
!mfaStatusData?.diceEnabled ? (
88+
mfaStatusData?.diceEnabled ? (
8989
<FormToggleSwitch
9090
name='diceEnabled'
9191
onChange={noop}

0 commit comments

Comments
 (0)