feat(accounts): get trasfer fee from estimateTransferFee API
This commit is contained in:
parent
80e30e7678
commit
5d4565ac2e
@ -443,7 +443,6 @@ export const TransferForm = ({
|
||||
</TradingInputError>
|
||||
)}
|
||||
</TradingFormGroup>
|
||||
{JSON.stringify(transferFee)}
|
||||
{(transferFee?.estimateTransferFee || fromVested) && amount && asset && (
|
||||
<TransferFee
|
||||
amount={normalizedAmount}
|
||||
|
Loading…
Reference in New Issue
Block a user