mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove unnecessary text replacement (#1448)
Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
This commit is contained in:
parent
cb051f726b
commit
d53ea3f187
@ -59,13 +59,7 @@ export default function PublishPage({
|
|||||||
...prevState['1'],
|
...prevState['1'],
|
||||||
status: 'active',
|
status: 'active',
|
||||||
txCount: values.pricing.type === 'dynamic' ? 2 : 1,
|
txCount: values.pricing.type === 'dynamic' ? 2 : 1,
|
||||||
description:
|
description: prevState['1'].description
|
||||||
values.pricing.type === 'dynamic'
|
|
||||||
? prevState['1'].description.replace(
|
|
||||||
'a single transaction',
|
|
||||||
'a single transaction, after an initial approve transaction'
|
|
||||||
)
|
|
||||||
: prevState['1'].description
|
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user