We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f96dcd commit a6e304eCopy full SHA for a6e304e
1 file changed
assets/source/setup-guide/app/views/LandingPageApp.js
@@ -79,7 +79,7 @@ const LandingPageApp = () => {
79
<Panel header={ __( 'Frequently asked questions', 'pinterest-for-woocommerce' ) }>
80
{
81
faqItems.map( ( item, index ) => (
82
- <PanelBody title={item.question } initialOpen={ index === 0 } key={ index }>
+ <PanelBody title={item.question } initialOpen={ false } key={ index }>
83
<PanelRow>{item.answer}</PanelRow>
84
</PanelBody>
85
))
0 commit comments