mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
convert cancel hashing action to anchor
This commit is contained in:
parent
332366ec15
commit
21fc2cee28
@ -161,7 +161,7 @@ let FileDragAndDrop = React.createClass({
|
||||
<p>{getLangText('Computing hash(es)... This may take a few minutes.')}</p>
|
||||
<p>
|
||||
<span>{Math.ceil(this.props.hashingProgress)}%</span>
|
||||
<span onClick={this.props.handleCancelHashing}> {getLangText('Cancel hashing')}</span>
|
||||
<a onClick={this.props.handleCancelHashing}> {getLangText('Cancel hashing')}</a>
|
||||
</p>
|
||||
<ProgressBar completed={this.props.hashingProgress} color="#48DACB"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user