process/price: fix NaN

This commit is contained in:
vchikalkin 2023-03-29 15:41:00 +03:00
parent 90c0ef481b
commit 518d766015

View File

@ -57,6 +57,7 @@ export default function reactions({ store, apolloClient }: ProcessContext) {
},
{
delay: 100,
fireImmediately: true,
}
);
}