From 3debbabe28f169b0386f3fd5f9876d57f1ee1e62 Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Tue, 16 Oct 2018 15:50:21 +0100 Subject: [PATCH] Allow more flexibility with prop-types, fix trader example --- src-trader-dashboard/components/FxQuoteMatrix.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src-trader-dashboard/components/FxQuoteMatrix.jsx b/src-trader-dashboard/components/FxQuoteMatrix.jsx index 1d9a933..eaa0f83 100644 --- a/src-trader-dashboard/components/FxQuoteMatrix.jsx +++ b/src-trader-dashboard/components/FxQuoteMatrix.jsx @@ -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);