This commit is contained in:
Justin Shreve 2019-05-28 10:47:19 -04:00 committed by GitHub
parent 3b945b4bba
commit 0de8594b9f
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ class CustomizableDashboard extends Component {
return (
<Fragment>
<H>{ __( 'Customizable Dashboard', 'woocommerce-admin' ) }</H>
<ReportFilters query={ query } path={ path } />
{ sections.map( ( section, index ) => {
if ( section.isVisible ) {