Adding tooltips to new purchase augmentation ui

This commit is contained in:
danielyxie 2019-04-14 02:21:43 -07:00
parent 7417fb6ef8
commit 8f70817c10
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

@ -142,6 +142,7 @@ export class PurchaseableAugmentation extends React.Component<IProps, any> {
onClick={this.handleClick} onClick={this.handleClick}
style={inlineStyleMarkup} style={inlineStyleMarkup}
text={btnTxt} text={btnTxt}
tooltip={this.aug.info}
/> />
<p style={txtStyle}>{statusTxt}</p> <p style={txtStyle}>{statusTxt}</p>
</span> </span>