Merge pull request #597 from danielyxie/dev

Dev
This commit is contained in:
danielyxie
2019-04-14 02:26:37 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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