This commit is contained in:
feruz 2019-12-09 21:37:21 +02:00
parent 1dac12751c
commit cb64efccd0

View File

@ -127,7 +127,7 @@ class TransferContainer extends Component {
}
data.amount = `${data.amount} ${fundType}`;
console.log(transferType);
switch (transferType) {
case 'transfer_token':
func = transferToken;