Remove customizable dashboarding heading (https://github.com/woocommerce/woocommerce-admin/pull/2321)
This commit is contained in:
parent
3b945b4bba
commit
0de8594b9f
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue