mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-07 06:32:02 +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_hive' ||
|
||||||
transferType === 'withdraw_hbd' ||
|
transferType === 'withdraw_hbd' ||
|
||||||
transferType === 'convert' ||
|
transferType === 'convert' ||
|
||||||
transferType === 'unstake_engine'
|
transferType === transferTypes.UNSTAKE_ENGINE ||
|
||||||
|
transferType === transferTypes.STAKE_ENGINE
|
||||||
? currentAccountName
|
? currentAccountName
|
||||||
: transferType === 'purchase_estm'
|
: transferType === 'purchase_estm'
|
||||||
? 'esteem.app'
|
? 'esteem.app'
|
||||||
@ -62,7 +63,8 @@ const TransferView = ({
|
|||||||
transferType === 'withdraw_vesting' ||
|
transferType === 'withdraw_vesting' ||
|
||||||
transferType === 'withdraw_hive' ||
|
transferType === 'withdraw_hive' ||
|
||||||
transferType === 'withdraw_hbd' ||
|
transferType === 'withdraw_hbd' ||
|
||||||
transferType === 'unstake_engine' ||
|
transferType === transferTypes.UNSTAKE_ENGINE ||
|
||||||
|
transferType === transferTypes.STAKE_ENGINE ||
|
||||||
(transferType === 'convert' && currentAccountName)
|
(transferType === 'convert' && currentAccountName)
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user