mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +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 SectionIntro = ( { location } ) => {
|
||||||
const { description, link } = defaultLocationSettings[ location ];
|
const { description, descriptionLink } =
|
||||||
const buttonStyleDescription = sprintf( description, link );
|
defaultLocationSettings[ location ];
|
||||||
|
const buttonStyleDescription = sprintf( description, descriptionLink );
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TabStylingSection
|
<TabStylingSection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue