Details
Details
Searched through the codebase for all usages of PendingMultimediaUpload for this refactor. Sent some messages on web and console.log(...)'d some things, and everything looked as expected.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/input/input-state-container.react.js | ||
---|---|---|
867 ↗ | (On Diff #15797) | I think using a ternary here is fine since we're not returning JSX, only strings, and it isn't too long or complicated. |