Fix invalid payload when premium textbox is reset. Mv pngs
@ -248,7 +248,7 @@ class MakerPage extends Component {
|
|||||||
max_amount: this.state.maxAmount,
|
max_amount: this.state.maxAmount,
|
||||||
payment_method: this.state.payment_method === ""? this.defaultPaymentMethod: this.state.payment_method,
|
payment_method: this.state.payment_method === ""? this.defaultPaymentMethod: this.state.payment_method,
|
||||||
is_explicit: this.state.is_explicit,
|
is_explicit: this.state.is_explicit,
|
||||||
premium: this.state.is_explicit ? null: this.state.premium,
|
premium: this.state.is_explicit ? null: (this.state.premium==""? 0:this.state.premium),
|
||||||
satoshis: this.state.is_explicit ? this.state.satoshis: null,
|
satoshis: this.state.is_explicit ? this.state.satoshis: null,
|
||||||
public_duration: this.state.publicDuration,
|
public_duration: this.state.publicDuration,
|
||||||
escrow_duration: this.state.escrowDuration,
|
escrow_duration: this.state.escrowDuration,
|
||||||
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 982 KiB After Width: | Height: | Size: 982 KiB |
Before Width: | Height: | Size: 638 KiB After Width: | Height: | Size: 638 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |