Skip to content

Commit

Permalink
Fixes error, p cannot appear as a descendent of p tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Sep 20, 2024
1 parent 95595c2 commit b617e4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Tool/FixPhoneNumbers/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,10 @@ const Contact: React.FC<Props> = ({
title={t('Confirm')}
isOpen={true}
message={
<Typography>
<>
{t('Are you sure you wish to delete this number:')}{' '}
<strong>{numberToDelete?.phoneNumber.number}</strong>
</Typography>
</>
}
mutation={handleDelete}
handleClose={handleDeleteNumberModalClose}
Expand Down

0 comments on commit b617e4e

Please sign in to comment.