Skip to content

Commit a6e304e

Browse files
committed
panels closed by default
1 parent 1f96dcd commit a6e304e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/source/setup-guide/app/views/LandingPageApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const LandingPageApp = () => {
7979
<Panel header={ __( 'Frequently asked questions', 'pinterest-for-woocommerce' ) }>
8080
{
8181
faqItems.map( ( item, index ) => (
82-
<PanelBody title={item.question } initialOpen={ index === 0 } key={ index }>
82+
<PanelBody title={item.question } initialOpen={ false } key={ index }>
8383
<PanelRow>{item.answer}</PanelRow>
8484
</PanelBody>
8585
))

0 commit comments

Comments
 (0)