mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 21:06:21 +03:00
prefilling to field with logged in username for staking
This commit is contained in:
parent
f393272534
commit
1d34e8e9d7
@ -46,7 +46,8 @@ const TransferView = ({
|
||||
transferType === 'withdraw_hive' ||
|
||||
transferType === 'withdraw_hbd' ||
|
||||
transferType === 'convert' ||
|
||||
transferType === 'unstake_engine'
|
||||
transferType === transferTypes.UNSTAKE_ENGINE ||
|
||||
transferType === transferTypes.STAKE_ENGINE
|
||||
? currentAccountName
|
||||
: transferType === 'purchase_estm'
|
||||
? 'esteem.app'
|
||||
@ -62,7 +63,8 @@ const TransferView = ({
|
||||
transferType === 'withdraw_vesting' ||
|
||||
transferType === 'withdraw_hive' ||
|
||||
transferType === 'withdraw_hbd' ||
|
||||
transferType === 'unstake_engine' ||
|
||||
transferType === transferTypes.UNSTAKE_ENGINE ||
|
||||
transferType === transferTypes.STAKE_ENGINE ||
|
||||
(transferType === 'convert' && currentAccountName)
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user