Skip to content

Commit

Permalink
Merge branch 'improve_limit_order_server' of github.com:KyberNetwork/…
Browse files Browse the repository at this point in the history
…KyberWallet into limit_order_server
  • Loading branch information
andrewsource147 committed Jul 11, 2019
2 parents bda6baa + 28cb8fb commit 555b3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/containers/LimitOrder/LimitOrderSubmit.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export default class LimitOrderSubmit extends React.Component {
<button className={`accept-button ${isDisable ? "disable" : ""} ${isWaiting ? "waiting" : ""}`} onClick={this.submitOrder} >
{isUserLogin() ? this.props.translate("limit_order.submit") || "Submit" : this.props.translate("limit_order.login_to_submit") || "Login to Submit Order"}
</button>
{(this.props.account !== false && !this.props.hideTermAndCondition) &&
{!this.props.hideTermAndCondition &&
<TermAndServices tradeType="limit_order"/>
}

Expand Down

0 comments on commit 555b3a3

Please sign in to comment.