You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can happen e.g. because of rounding errors, so that the remaining upload time is displayed as -0 seconds. To fix this, we should only display the time if it is positive.
This can happen e.g. because of rounding errors, so that the remaining upload time is displayed as
-0 seconds. To fix this, we should only display the time if it is positive.