fix(rewards): Ondo token case inconsistency#29871
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Why no E2E tags are needed:
Performance Test Selection: |
|



Description
Fix Ondo tokens case inconsistency
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Low-scope UI formatting change, but the new
tokenLabelcallstoUpperCase()unconditionally which could throw iftokenSymbolis missing/null at runtime.Overview
Normalizes token symbols shown in
OndoActivityRowdetails by uppercasingtokenSymbol, fixing mixed-case display (and updates the related unit test expectation fromAAPLontoAAPLON).Reviewed by Cursor Bugbot for commit f30dc80. Bugbot is set up for automated code reviews on this repo. Configure here.