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
commit 369ea8d381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}
style={inlineStyleMarkup}
text={btnTxt}
tooltip={this.aug.info}
/>
<p style={txtStyle}>{statusTxt}</p>
</span>