Skip to content

Commit

Permalink
Fix: remove the New chip from Recovery settings (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh authored May 31, 2024
1 parent 7537a62 commit 1f6e2b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/features/recovery/components/RecoverySettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { RECOVERY_EVENTS } from '@/services/analytics/events/recovery'
import { Box, Button, Grid, Paper, SvgIcon, Tooltip, Typography } from '@mui/material'
import { type ReactElement, useMemo, useState } from 'react'

import { Chip } from '@/components/common/Chip'
import ExternalLink from '@/components/common/ExternalLink'
import { DelayModifierRow } from './DelayModifierRow'
import useRecovery from '@/features/recovery/hooks/useRecovery'
Expand Down Expand Up @@ -118,8 +117,6 @@ function RecoverySettings(): ReactElement {
<Typography variant="h4" fontWeight="bold">
Account recovery
</Typography>

<Chip label="New" />
</Box>
</Grid>

Expand Down

0 comments on commit 1f6e2b6

Please sign in to comment.