1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fix free algo price selection and display

This commit is contained in:
Bogdan Fazakas 2022-06-17 10:16:01 +03:00
parent a8ca31f02e
commit a54a5dc0c6

View File

@ -271,6 +271,7 @@ export default function Compute({
setValidAlgorithmOrderTx(
selectedAlgorithmAsset?.accessDetails?.validOrderTx
)
setAlgoOrderPriceAndFees(null)
async function initSelectedAlgo() {
await checkAssetDTBalance(selectedAlgorithmAsset)