From 518d7660158409787b7a0cb20f5d24ce85f6ac61 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 29 Mar 2023 15:41:00 +0300 Subject: [PATCH] process/price: fix NaN --- apps/web/process/price/reactions/computed.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/process/price/reactions/computed.ts b/apps/web/process/price/reactions/computed.ts index 1e0a476..199f479 100644 --- a/apps/web/process/price/reactions/computed.ts +++ b/apps/web/process/price/reactions/computed.ts @@ -57,6 +57,7 @@ export default function reactions({ store, apolloClient }: ProcessContext) { }, { delay: 100, + fireImmediately: true, } ); }