Removed /32/ from tokenIconUrl baselink and inserted /32/ in areas of the code referencing tokenIconUrl. Related to task T2014
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCe84751712ed9: [Cashtab] Refactor token icon link
cd web/cashtab && npm start
ensure token icons are displaying correctly in the Tx component
navigate to eTokens Page
ensure each token list item's icon is displaying correctly in the TokenList component
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks like implementation is missed on SendToken.js screen, causing broken image icons there.
Please confirm you have all bases covered by checking for all files where the string tokenIconsUrl appears:
grep -r 'tokenIconsUrl' src/ [checks all files in the src/ folder for the string 'tokenIconsUrl'...so in this case, I ran the command from /web/cashtab, so it's checking /web/cashtab/src