feat(accounts): get trasfer fee from estimateTransferFee API

This commit is contained in:
Bartłomiej Głownia 2024-02-06 14:42:36 +01:00
parent 80e30e7678
commit 5d4565ac2e
No known key found for this signature in database
GPG Key ID: A622E438A7075295

View File

@ -443,7 +443,6 @@ export const TransferForm = ({
</TradingInputError>
)}
</TradingFormGroup>
{JSON.stringify(transferFee)}
{(transferFee?.estimateTransferFee || fromVested) && amount && asset && (
<TransferFee
amount={normalizedAmount}