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

update compute message logic

This commit is contained in:
Bogdan Fazakas 2022-03-14 16:38:31 +02:00
parent cb6b71c4ce
commit 21dad4fda2

View File

@ -88,10 +88,11 @@ function getComputeAssetHelpText(
isBalanceSufficient,
consumableFeedback
)
console.log('isAlgorithmConsumable', isAlgorithmConsumable)
const computeAlgoHelpText =
(!dtSymbolSelectedComputeAsset && !dtBalanceSelectedComputeAsset) ||
isConsumable === false ||
isAlgorithmConsumable
isAlgorithmConsumable === false
? ''
: // : algorithmConsumableStatus === 1
// ? 'The selected algorithm has been temporarily disabled by the publisher, please try again later.'