diff --git a/src/pages/Admin/Charity/Donations/Table.tsx b/src/pages/Admin/Charity/Donations/Table.tsx index 3b3397d577..a08be687bf 100644 --- a/src/pages/Admin/Charity/Donations/Table.tsx +++ b/src/pages/Admin/Charity/Donations/Table.tsx @@ -97,21 +97,19 @@ export default function Table({ <>{humanize(amount, 3)} <>{humanize(amount * (+splitLiq / 100), 3)} <>{humanize(amount * ((100 - +splitLiq) / 100), 3)} - <> - {chainId === "staging" ? ( - - < TX Link > - - ) : ( - - {maskAddress(hash)} - - )} - + + {chainId === "staging" || chainId === "fiat" ? ( + <>- - - + ) : ( + + {maskAddress(hash)} + + )} + {!kycData ? ( {row.symbol} <>{humanize(row.amount, 3)} <>{`$${humanize(row.usdValue, 2)}`} - - {row.hash} - + {row.chainId === "fiat" || row.chainId === "staging" ? ( + <>- - - + ) : ( + + {row.hash} + + )}