fix: insufficient fund alert on money account deposit page#31678
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. |
| const isPerpsOrPredict = hasTransactionType( | ||
| transactionMeta, | ||
| PERPS_PREDICT_TRANSACTION_TYPES, | ||
| ); |
There was a problem hiding this comment.
This is fix for small issue introduced by previous PR: #31641
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Tag selection rationale:
The test files are unit tests only and don't affect E2E test selection directly. Performance Test Selection: |
Description
Fix insufficient fund alert on money account deposit page.
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/CONF-1557
Manual testing steps
NA
Screenshots/Recordings
NA
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