fix(showCert): Target _blank the link for Show Cert

This commit is contained in:
Stuart Taylor
2018-03-07 23:35:23 +00:00
parent 2281c85df6
commit 33d26aaa6c

View File

@ -209,6 +209,7 @@ class CertificationSettings extends PureComponent {
bsSize='lg'
bsStyle='primary'
href={ `/certificates/${username}/${superBlock}`}
target='_blank'
>
Show Certificate
</Button> :