Skip to content

Commit

Permalink
Drop redundant JSX braces
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 19, 2018
1 parent d9a91cc commit 42b3d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const JetpackPluginUpdatesTour = makeTour(
) }
</p>
<ButtonRow>
<SiteLink isButton href={ '/plans/my-plan/:site' }>
<SiteLink isButton href="/plans/my-plan/:site">
{ translate( "Yes, let's do it." ) }
</SiteLink>
<Quit>{ translate( 'No thanks.' ) }</Quit>
Expand Down

0 comments on commit 42b3d09

Please sign in to comment.