Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): hide
CoreProgressBar
progression in indeterminate state
I forgot to hide the progression when the `CoreProgressBar`'s progression is `undefined` (which is the case in "indeterminate" state when no `value` is provided). So it actually displays `NaN%` when the component settings are `value === undefined && displayPercentage === true`. It's better to simply not display the percentage in this situation.
- Loading branch information