AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-24 14:28:07 +01:00
parent ddefba039a
commit 4ef1959a52
6 changed files with 67 additions and 48 deletions

View File

@@ -48,7 +48,7 @@ class FxQuoteMatrix extends Component {
updated = true;
}
}
if(updated) {
if (updated) {
assign(data, newRow);
updatedNodes.push(node);
}