Skip to content
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(frontend): Fix possible division by zero in download status #839

Merged
merged 1 commit into from
Feb 3, 2021
Merged

fix(frontend): Fix possible division by zero in download status #839

merged 1 commit into from
Feb 3, 2021

Conversation

TheCatLady
Copy link
Collaborator

@TheCatLady TheCatLady commented Feb 3, 2021

Description

Currently, the download size is not verified to be nonzero, so it in some cases the download status is shown to the user as "NaN%." This PR fixes this behavior.

Issues Fixed or Closed by this PR

@sct sct merged commit c97c96a into sct:develop Feb 3, 2021
@TheCatLady TheCatLady deleted the download-status branch February 3, 2021 23:43
@github-actions
Copy link

github-actions bot commented Feb 5, 2021

🎉 This PR is included in version 1.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"NaN%" download status
2 participants