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
- Branch
- token-icon-link-refactor
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 17448 Build 34724: Build Diff cashtab-tests Build 34723: arc lint + arc unit
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