diff --git a/app/components/modules/Transfer.jsx b/app/components/modules/Transfer.jsx index 3299d0dc73861ac3251e243fd51c0998a8ae60ae..fc8a8ee33dadf8cd8573f9c76e8566f7ed0a12c9 100644 --- a/app/components/modules/Transfer.jsx +++ b/app/components/modules/Transfer.jsx @@ -63,7 +63,7 @@ class TransferForm extends Component { } const {toVesting} = props const fields = toVesting ? ['to', 'amount'] : ['to', 'amount', 'asset'] - if(transferType !== 'Transfer to Savings' && transferType !== 'Savings Withdraw') + if(!toVesting && transferType !== 'Transfer to Savings' && transferType !== 'Savings Withdraw') fields.push('memo') reactForm({