From 88d8f3034269d63ad031c522e691c151bf687fdf Mon Sep 17 00:00:00 2001 From: Ruben Campos de Teba Date: Wed, 6 Dec 2023 16:54:16 +0000 Subject: [PATCH] updated --- src/lib/calculateSales.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/calculateSales.ts b/src/lib/calculateSales.ts index 1356c9dc..785e9364 100644 --- a/src/lib/calculateSales.ts +++ b/src/lib/calculateSales.ts @@ -28,8 +28,8 @@ export const calculateSales = (isWinner: boolean, matchFundPooled: number, count prize: split10.toFixed(2), totalAward, calculateMatchFundContribution: (newCount: any) => { - return (getMatchFundMoney(totalSales, newCount, spli90)).toFixed(2) - // return (getSalesArtifacts(newCount) + getMatchFundMoney(totalSales, newCount, spli90)).toFixed(2) + return getMatchFundMoney(totalSales, newCount, spli90).toFixed(2) + // return (getSalesArtifacts(newCount) + getMatchFundMoney(totalSales, newCount, spli90)).toFixed(2) }, } }