mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Fix confirm action bug
This commit is contained in:
parent
c2fb0e27a0
commit
7f731dfb00
@ -1208,7 +1208,7 @@ class TradeBox extends Component {
|
||||
|
||||
handleClickConfirmButton = () => {
|
||||
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',
|
||||
})
|
||||
.then((data) => {
|
||||
|
Loading…
Reference in New Issue
Block a user