Skip to content

Commit 82cf001

Browse files
authored
fix: 🐛 Remove %age loading as not reactive
fix: 🐛 Remove %age loading as not reactive
2 parents 3f00e08 + 0dc54e0 commit 82cf001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LoadingIndicator/LoadingIndicator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class LoadingIndicator extends PureComponent {
3434
<h2>
3535
{pc < 100 ? 'Loading...' : 'Loaded -'}
3636
<i className="fa fa-spin fa-circle-o-notch fa-fw" />{' '}
37-
{percComplete}
3837
</h2>
3938
{pc === 100 && <p>Processing...</p>}
4039
</div>

0 commit comments

Comments
 (0)