Closed earth2travis closed 1 year ago
Not able to update the following with the spread operator label override:
FIELD.REQUEST_TOKEN,
{ ...FIELD.REQUEST_TOKEN, label: 'ERC-20 Tokens' },
FIELD.TRIBUTE,
{ ...FIELD.TRIBUTE, label: 'Tribute Token Address' },
{ ...FIELD.TRIBUTE, label: 'Tribute Token Amount' },
It appears these labels are hard coded in the package
Tribute field has 2 field labels so we have to hard code it in this instance.
This one feels super nick picky, but I'll add the word Tribute to each label.
Fund Company
Become Partner
Not able to update the following with the spread operator label override:
FUND_COMPANY
FIELD.REQUEST_TOKEN,
{ ...FIELD.REQUEST_TOKEN, label: 'ERC-20 Tokens' },
BECOME_PARTNER
FIELD.TRIBUTE,
{ ...FIELD.TRIBUTE, label: 'Tribute Token Address' },
{ ...FIELD.TRIBUTE, label: 'Tribute Token Amount' },
It appears these labels are hard coded in the package