{title}
this.setState({ orderField, orderDir, currentPage: 1 })}
/>
{withPagination && keys(stats).length > 50 && (
{
this.redrawChart = true;
this.setState({ itemsPerPage, currentPage: 1 });
}}
/>
)}
{extraHeaderContent && (
{extraHeaderContent(pagination ? activeCities : undefined)}
)}
);
return (