Re-add Render Table

This commit is contained in:
Jonathan Belcher 2018-10-11 15:30:43 -04:00 committed by GitHub
parent 27fa0bfc85
commit da8ad49762
1 changed files with 1 additions and 0 deletions

View File

@ -437,6 +437,7 @@ export class RevenueReport extends Component {
{ this.renderChartSummaryNumbers() }
{ this.renderChart() }
{ this.renderTable() }
</Fragment>
);
}