From 127d31d729fa1409f215acbdaa4b86c4af500eb1 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 29 Jun 2021 09:20:35 +0300 Subject: [PATCH] fixed issues after merge of main branch --- src/components/organisms/AssetActions/Compute/index.tsx | 5 ++++- src/components/organisms/AssetActions/Consume.tsx | 2 +- .../AssetContent/AlgorithmDatasetsListForCompute.tsx | 8 +++++++- src/utils/aquarius.ts | 2 ++ 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/organisms/AssetActions/Compute/index.tsx b/src/components/organisms/AssetActions/Compute/index.tsx index 102b2a045..47c45cc60 100644 --- a/src/components/organisms/AssetActions/Compute/index.tsx +++ b/src/components/organisms/AssetActions/Compute/index.tsx @@ -387,7 +387,10 @@ export default function Compute({ text="This algorithm has been set to private by the publisher and can't be downloaded. You can run it against any allowed data sets though!" state="info" /> - + ) : ( {type === 'algorithm' && ( - + )}