Details
Details
Wallet user:
Password user:
same test plan as in prior diffs but with wallet and password users, to ensure both modals are displayed correctly. see above images
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/components/log-out-if-missing-csat-handler.react.js | ||
---|---|---|
23–40 ↗ | (On Diff #39753) | Can we avoid ternary here? https://www.notion.so/commapp/Use-ternary-conditionals-sparingly-f4ba44a10259403592a1d15440a9847e |
56–58 ↗ | (On Diff #39753) | Why load this here and pass it in instead of just loading it in MissingCSATModal? |
web/components/log-out-if-missing-csat-handler.react.js | ||
---|---|---|
56–58 ↗ | (On Diff #39753) | i tried that first, but because the user gets logged out, the selector always returns false and we only see the wallet user message in the modal |