/** @format */ /** * External dependencies */ import { __ } from '@wordpress/i18n'; import PropTypes from 'prop-types'; /** * Internal dependencies */ import './style.scss'; const SummaryList = ( { children, label } ) => { if ( ! label ) { label = __( 'Performance Indicators', 'woo-dash' ); } return (