AG-534 Make use of new data retrieval & updating in trader dashboard

This commit is contained in:
Sean Landsman
2017-06-13 15:17:30 +01:00
parent 89d36b0bf4
commit a4dbbf529d
4 changed files with 50 additions and 48 deletions

View File

@@ -43,6 +43,8 @@ class TopMoversGrid extends Component {
// grid events
this.onGridReady = this.onGridReady.bind(this);
// grid callbacks
this.getRowNodeId = this.getRowNodeId.bind(this);
}