Fixes some lint warnings.

This commit is contained in:
damencho 2019-01-11 13:23:07 +00:00 committed by Saúl Ibarra Corretgé
parent e7d0bf7b66
commit c13424f7c0
1 changed files with 5 additions and 3 deletions

View File

@ -138,8 +138,9 @@ class DeepLinkingMobilePage extends Component<Props, State> {
</p> </p>
<a <a
href = { this._generateDownloadURL() } href = { this._generateDownloadURL() }
onClick = { this._onDownloadApp } onClick = { this._onDownloadApp }
target = "_blank"> rel = 'noopener noreferrer'
target = '_blank'>
<button className = { downloadButtonClassName }> <button className = { downloadButtonClassName }>
{ t(`${_TNS}.downloadApp`) } { t(`${_TNS}.downloadApp`) }
</button> </button>
@ -148,7 +149,8 @@ class DeepLinkingMobilePage extends Component<Props, State> {
className = { `${_SNS}__href` } className = { `${_SNS}__href` }
href = { this.state.joinURL } href = { this.state.joinURL }
onClick = { this._onOpenApp } onClick = { this._onOpenApp }
target = "_blank"> rel = 'noopener noreferrer'
target = '_blank'>
{/* <button className = { `${_SNS}__button` }> */} {/* <button className = { `${_SNS}__button` }> */}
{ t(`${_TNS}.openApp`) } { t(`${_TNS}.openApp`) }
{/* </button> */} {/* </button> */}