diff --git a/src/components/modules/escrow/ui/dialogs/SuccessDialog.tsx b/src/components/modules/escrow/ui/dialogs/SuccessDialog.tsx index 4a284c2..9f8093c 100644 --- a/src/components/modules/escrow/ui/dialogs/SuccessDialog.tsx +++ b/src/components/modules/escrow/ui/dialogs/SuccessDialog.tsx @@ -139,8 +139,8 @@ export const SuccessReleaseDialog = ({ // Amount const trustlessAmount = (totalAmount * trustlessPercentage) / 100; - const platformAmount = totalAmount; const serviceProviderAmount = (totalAmount * serviceProviderPercentage) / 100; + const platformAmount = (totalAmount * platformFee) / 100; return (