mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Fix the param naming
This commit is contained in:
parent
f3d1e2ee9e
commit
e33302c6f7
1 changed files with 3 additions and 2 deletions
|
@ -158,8 +158,9 @@ const TabStylingSection = ( props ) => {
|
|||
};
|
||||
|
||||
const SectionIntro = ( { location } ) => {
|
||||
const { description, link } = defaultLocationSettings[ location ];
|
||||
const buttonStyleDescription = sprintf( description, link );
|
||||
const { description, descriptionLink } =
|
||||
defaultLocationSettings[ location ];
|
||||
const buttonStyleDescription = sprintf( description, descriptionLink );
|
||||
|
||||
return (
|
||||
<TabStylingSection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue