Wallet delegations
1 unresolved thread
1 unresolved thread
Ported the code, fixed conflicts & bugs and moved static text to locales. Can be tested on https://wallet.hivean.com
Closes #11 (closed)
Edited by Quoc Huy Nguyen Dinh
Merge request reports
Activity
assigned to @quochuy
1 import React from 'react'; 2 import PropTypes from 'prop-types'; 3 4 const ConfirmDelegationTransfer = ({ operation, amount }) => { 5 const info = Object.keys(operation).map((k, i) => { 6 if (k === 'vesting_shares') { 7 return ( 8 <div key={`transaction-group-${i}`} className="input-group"> 9 <span 10 key={`transaction-label-${i}`} 11 className="input-group-label" 12 > 13 STEEM @jsalyers let me check.
changed this line in version 4 of the diff
added 1 commit
- a0382d57 - Rename STEEM to HIVE in delegation transfer confirmation screen
mentioned in commit ef975b3e
Please register or sign in to reply