We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1b94b commit 43afdbdCopy full SHA for 43afdbd
app/components/Exchange/MarketRow.jsx
@@ -6,6 +6,7 @@ import utils from "common/utils";
6
import Icon from "../Icon/Icon";
7
import MarketsActions from "actions/MarketsActions";
8
import SettingsActions from "actions/SettingsActions";
9
+import {withRouter} from "react-router-dom";
10
11
class MarketRow extends React.Component {
12
static defaultProps = {
@@ -343,6 +344,7 @@ class MarketRow extends React.Component {
343
344
);
345
}
346
347
+MarketRow = withRouter(MarketRow);
348
349
export default AssetWrapper(MarketRow, {
350
propNames: ["quote", "base"],
0 commit comments