Refactoring
This commit is contained in:
@@ -25,7 +25,7 @@ export default connect(mapStateToProps)(props => {
|
||||
<a
|
||||
href={void(0)}
|
||||
className={'DependencyLink'}
|
||||
onClick={()=>{props.onDownload(props.download); return false;}}><u>Install</u></a> :
|
||||
onClick={()=>{props.onDownload(); return false;}}><u>Install</u></a> :
|
||||
'Installing...'}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user