Allow more flexibility with prop-types, fix trader example

This commit is contained in:
Sean Landsman
2018-10-16 15:50:21 +01:00
parent 550f6c4077
commit 3debbabe28

View File

@@ -3,9 +3,6 @@ import {connect} from "react-redux";
import {AgGridReact} from "ag-grid-react";
import assign from "lodash/assign";
import uniq from "lodash/uniq";
class FxQuoteMatrix extends Component {
constructor(props) {
super(props);