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