Compare commits

...

2 Commits

Author SHA1 Message Date
victorAnumudu 5ffa6eb691 price fix 2023-06-30 16:01:11 +01:00
ameye cca423a41c Merge branch 'family-assign-task' of WrenchBoard/Users-Wrench into master 2023-06-30 11:08:57 +00:00
@@ -110,7 +110,7 @@ console.log('TESTING',activeTask.data)
</div>
<div className="my-3 sm:flex items-center">
<Detail label="Price" value={PriceFormatter(activeTask?.data?.price, activeTask?.data?.currency, activeTask?.data?.curreny_code)} />
<Detail label="Price" value={PriceFormatter(activeTask?.data?.price*0.01, activeTask?.data?.currency, activeTask?.data?.curreny_code)} />
</div>
<div className="my-3 sm:flex items-center">