mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Fix ProgressBar changes from updating react-bootstrap
This commit is contained in:
parent
652a768208
commit
819b367896
@ -92,8 +92,9 @@ let MediaContainer = React.createClass({
|
||||
<em>We successfully received your video and it is now being encoded.
|
||||
<br />You can leave this page and check back on the status later.</em>
|
||||
</p>
|
||||
<ProgressBar now={digitalWork.isEncoding}
|
||||
label="%(percent)s%"
|
||||
<ProgressBar
|
||||
now={digitalWork.isEncoding}
|
||||
label={`${digitalWork.isEncoding}%`}
|
||||
className="ascribe-progress-bar" />
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user