mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +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.
|
<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>
|
<br />You can leave this page and check back on the status later.</em>
|
||||||
</p>
|
</p>
|
||||||
<ProgressBar now={digitalWork.isEncoding}
|
<ProgressBar
|
||||||
label="%(percent)s%"
|
now={digitalWork.isEncoding}
|
||||||
|
label={`${digitalWork.isEncoding}%`}
|
||||||
className="ascribe-progress-bar" />
|
className="ascribe-progress-bar" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user