Skip to content

Commit

Permalink
Merge pull request #18629 from dhairyasenjaliya/paddingFix
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl committed May 9, 2023
2 parents c281e7d + ecf2bd8 commit f946eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class ContactMethodDetailsPage extends Component {
<OfflineWithFeedback
pendingAction={lodashGet(loginData, 'pendingFields.deletedLogin', null)}
errors={ErrorUtils.getLatestErrorField(loginData, 'deletedLogin')}
errorRowStyles={[styles.mt6]}
errorRowStyles={[styles.mt6, styles.ph5]}
onClose={() => User.clearContactMethodErrors(contactMethod, 'deletedLogin')}
>
<MenuItem
Expand Down

0 comments on commit f946eb6

Please sign in to comment.