diff --git a/components/account_page/AccountHistory.tsx b/components/account_page/AccountHistory.tsx index 05d5b031..299f25e8 100644 --- a/components/account_page/AccountHistory.tsx +++ b/components/account_page/AccountHistory.tsx @@ -491,7 +491,7 @@ const LiquidationHistoryTable = ({ history, view }) => { const valueLost = Math.abs(assetLost.amount * assetLost.price) const valueGained = assetGained.amount * assetGained.price - const liquidationFee = valueGained - valueLost + const liquidationFee = valueGained + valueLost return (