Skip to content

Commit 43afdbd

Browse files
committed
Fix links in explorer/markets
1 parent de1b94b commit 43afdbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/components/Exchange/MarketRow.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import utils from "common/utils";
66
import Icon from "../Icon/Icon";
77
import MarketsActions from "actions/MarketsActions";
88
import SettingsActions from "actions/SettingsActions";
9+
import {withRouter} from "react-router-dom";
910

1011
class MarketRow extends React.Component {
1112
static defaultProps = {
@@ -343,6 +344,7 @@ class MarketRow extends React.Component {
343344
);
344345
}
345346
}
347+
MarketRow = withRouter(MarketRow);
346348

347349
export default AssetWrapper(MarketRow, {
348350
propNames: ["quote", "base"],

0 commit comments

Comments
 (0)