Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-binary committed May 21, 2019
1 parent c2da7fb commit 4ec1891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/app/App/Containers/Wip/wip.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from 'react';
import { localize } from '_common/localize';
import { websiteUrl } from '_common/url';
import { urlFor } from '_common/url';
import Localize from 'App/Components/Elements/localize.jsx';
import Button from 'App/Components/Form/button.jsx';
import { IconWip } from 'Assets/Common/icon-wip.jsx';
import { connect } from 'Stores/connect';

const onClick = () => {
window.location.href = websiteUrl();
window.location.href = window.open(urlFor('trading', undefined, undefined, true));
};

const Wip = (ui) => (
Expand Down

0 comments on commit 4ec1891

Please sign in to comment.