Skip to content

Commit

Permalink
fix: 🐛 Remove %age loading as not reactive
Browse files Browse the repository at this point in the history
fix: 🐛 Remove %age loading as not reactive
  • Loading branch information
JamesAPetts authored Aug 5, 2020
2 parents 3f00e08 + 0dc54e0 commit 82cf001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LoadingIndicator/LoadingIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class LoadingIndicator extends PureComponent {
<h2>
{pc < 100 ? 'Loading...' : 'Loaded -'}
<i className="fa fa-spin fa-circle-o-notch fa-fw" />{' '}
{percComplete}
</h2>
{pc === 100 && <p>Processing...</p>}
</div>
Expand Down

0 comments on commit 82cf001

Please sign in to comment.