fix(showCert): Target _blank the link for Show Cert
This commit is contained in:
@ -209,6 +209,7 @@ class CertificationSettings extends PureComponent {
|
||||
bsSize='lg'
|
||||
bsStyle='primary'
|
||||
href={ `/certificates/${username}/${superBlock}`}
|
||||
target='_blank'
|
||||
>
|
||||
Show Certificate
|
||||
</Button> :
|
||||
|
Reference in New Issue
Block a user