We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f00e08 commit 0dc54e0Copy full SHA for 0dc54e0
src/LoadingIndicator/LoadingIndicator.js
@@ -34,7 +34,6 @@ class LoadingIndicator extends PureComponent {
34
<h2>
35
{pc < 100 ? 'Loading...' : 'Loaded -'}
36
<i className="fa fa-spin fa-circle-o-notch fa-fw" />{' '}
37
- {percComplete}
38
</h2>
39
{pc === 100 && <p>Processing...</p>}
40
</div>
0 commit comments