diff --git a/src/common/modals/ClaimModal.tsx b/src/common/modals/ClaimModal.tsx
index cbc64b6..c953a04 100644
--- a/src/common/modals/ClaimModal.tsx
+++ b/src/common/modals/ClaimModal.tsx
@@ -123,25 +123,21 @@ export const ClaimModal = ({ hide, game, wallet
Fee details
-
-
Platform fee (5%)
+
Platform fee (2%)
+
+
+ You pay
{
!calculateFeesQuery.data ? 'calculating...' : {
- formatEther(calculateFeesQuery.data[feeAmountIndex])
+ Number(Number(formatEther(calculateFeesQuery.data[feeAmountIndex])) / 2)
} {game.wager.wagerCurrency}
}
-
- You pay
- {
- !calculateFeesQuery.data ? 'calculating...' : {
- formatEther(calculateFeesQuery.data[feeAmountIndex])
- } {game.wager.wagerCurrency}
- }
-
+ {/*
+
*/}
You receive