Skip to content

Commit

Permalink
Remove connected email from account overview page (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo authored Aug 14, 2021
1 parent 702d2bd commit b69532e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/components/account-status/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ const AccountStatusDetails = ( props ) => {

return (
<AccountStatusCard title={ cardTitle }>
{ accountStatus.email && (
<AccountStatusItem
label={ __( 'Connected email:', 'woocommerce-payments' ) }
>
{ accountStatus.email }
</AccountStatusItem>
) }
<AccountStatusItem
label={ __( 'Payments:', 'woocommerce-payments' ) }
>
Expand Down

0 comments on commit b69532e

Please sign in to comment.