Skip to content

Commit 50b0600

Browse files
authored
Merge pull request #667 from topcoder-platform/accounts-app
MP-40 final tweaks -> dev
2 parents 9eb51c5 + 1542d8f commit 50b0600

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)