/** @format */ /** * External dependencies */ import PropTypes from 'prop-types'; /** * A component to display summarized table data - the list of data passed in on a single line. * * @return { object } - */ const TableSummary = ( { data } ) => { return (