mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Fix payout prompt title
This commit is contained in:
parent
dccb155cd8
commit
a1ef900469
@ -380,7 +380,7 @@ const TradeBox = ({
|
|||||||
} else if (status == 6) {
|
} else if (status == 6) {
|
||||||
bondStatus = 'locked';
|
bondStatus = 'locked';
|
||||||
if (isBuyer) {
|
if (isBuyer) {
|
||||||
title = 'Submit payout info for {{amountSats}} Sats';
|
title = 'Submit payout info';
|
||||||
titleVariables = { amountSats: pn(order.invoice_amount) };
|
titleVariables = { amountSats: pn(order.invoice_amount) };
|
||||||
prompt = function () {
|
prompt = function () {
|
||||||
return (
|
return (
|
||||||
@ -428,7 +428,7 @@ const TradeBox = ({
|
|||||||
} else if (status == 8) {
|
} else if (status == 8) {
|
||||||
bondStatus = 'locked';
|
bondStatus = 'locked';
|
||||||
if (isBuyer) {
|
if (isBuyer) {
|
||||||
title = 'Submit payout info for {{amountSats}} Sats';
|
title = 'Submit payout info';
|
||||||
titleVariables = { amountSats: pn(order.invoice_amount) };
|
titleVariables = { amountSats: pn(order.invoice_amount) };
|
||||||
prompt = () => {
|
prompt = () => {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user