-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪟 🐛 Fix transferred bytes showing as NaN #15795
🪟 🐛 Fix transferred bytes showing as NaN #15795
Conversation
Show 0 bytes for cancelled sync job
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @robgleason
|
Show 0 bytes for cancelled sync job
Show 0 bytes for cancelled sync job
What
Closes #15321
How
The UI error for ticket #15321 is being displayed by the AttemptDetails component. Within it is the FormattedMessage component that is expecting a number. I added the "or" operator, so if in case it is null then it will return zero.
Before:
After:
Recommended reading order
AttemptDetails.tsx
LOOM
https://www.loom.com/share/3c5e964138504ba6a02b05b9502233fe