mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
hide Web3Feedback for private algorithms (#587)
* hide Web3Feedback for private algorithms * correct private algo check * remove redundant check Co-authored-by: claudia.holhos <claudia.holhos@hpm.ro>
This commit is contained in:
parent
6cc268bd3f
commit
96a32242fd
@ -491,7 +491,9 @@ export default function Compute({
|
||||
action={<SuccessAction />}
|
||||
/>
|
||||
)}
|
||||
<Web3Feedback isBalanceSufficient={isBalanceSufficient} />
|
||||
{type !== 'algorithm' && (
|
||||
<Web3Feedback isBalanceSufficient={isBalanceSufficient} />
|
||||
)}
|
||||
</footer>
|
||||
</>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user