#8: Add tooltips to settings [partial]
This commit is contained in:
@@ -22,8 +22,7 @@ export default connect(mapStateToProps)(props => {
|
||||
</td>
|
||||
<td>
|
||||
{props.AllowDownload ?
|
||||
<a
|
||||
href={void(0)}
|
||||
<a href={void(0)}
|
||||
className={'DependencyLink'}
|
||||
onClick={()=>{props.onDownload(); return false;}}><u>Install</u></a> :
|
||||
'Installing...'}
|
||||
|
||||
Reference in New Issue
Block a user