diff --git a/apps/renderer/src/modules/power/transaction-section/index.tsx b/apps/renderer/src/modules/power/transaction-section/index.tsx index 7031a13bb..d68806662 100644 --- a/apps/renderer/src/modules/power/transaction-section/index.tsx +++ b/apps/renderer/src/modules/power/transaction-section/index.tsx @@ -162,8 +162,7 @@ const BalanceRenderer = ({ amount: NonNullable["data"]>[number]["powerToken"] tax: NonNullable["data"]>[number]["tax"] }) => { - // tax free or 100% tax - const showTax = tax !== "0" && tax !== amount + const hideTax = sign === "-" || tax === "0" return (
{sign} {amount} - {showTax && ( + {!hideTax && ( (-{tax})