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:
parent
cb6b71c4ce
commit
21dad4fda2
@ -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.'
|
||||
|
Loading…
Reference in New Issue
Block a user