From 50fc6d84cb088e12086eebbff2dd73329802396c Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Mon, 16 May 2022 08:09:38 +0300 Subject: [PATCH] init prices and fees after starting a compute job --- src/components/Asset/AssetActions/Compute/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Asset/AssetActions/Compute/index.tsx b/src/components/Asset/AssetActions/Compute/index.tsx index 9f902a1e7..f2aae607c 100644 --- a/src/components/Asset/AssetActions/Compute/index.tsx +++ b/src/components/Asset/AssetActions/Compute/index.tsx @@ -366,6 +366,7 @@ export default function Compute({ } LoggerInstance.log('[compute] Starting compute job response: ', response) setIsPublished(true) + initPriceAndFees() } catch (error) { setError('Failed to start job!') LoggerInstance.error('[compute] Failed to start job: ', error.message)