Skip to content

Commit

Permalink
remove redundant props now supplied by ExternalLink
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Jinks <[email protected]>
  • Loading branch information
haszari and Jinksi authored Sep 26, 2023
1 parent 7dc77b0 commit 5ca7e88
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions client/payment-details/dispute-details/dispute-notice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ const DisputeNotice: React.FC< DisputeNoticeProps > = ( {
{ createInterpolateElement(
sprintf( noticeText, shopperDisputeReason ),
{
a: (
<ExternalLink
target="_blank"
rel="noopener noreferrer"
href={ learnMoreDocsUrl }
/>
),
a: <ExternalLink href={ learnMoreDocsUrl } />,
strong: <strong />,
}
) }
Expand Down

0 comments on commit 5ca7e88

Please sign in to comment.