mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Fix confirm action bug
This commit is contained in:
parent
c2fb0e27a0
commit
7f731dfb00
@ -1208,7 +1208,7 @@ class TradeBox extends Component {
|
|||||||
|
|
||||||
handleClickConfirmButton = () => {
|
handleClickConfirmButton = () => {
|
||||||
apiClient
|
apiClient
|
||||||
.post(this.props.baseUrl, this.props.baseUrl, '/api/order/?order_id=' + this.props.data.id, {
|
.post(this.props.baseUrl, '/api/order/?order_id=' + this.props.data.id, {
|
||||||
action: 'confirm',
|
action: 'confirm',
|
||||||
})
|
})
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user