We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7d226 commit caf3175Copy full SHA for caf3175
portal/src/keygen-ssp.js
@@ -504,7 +504,6 @@ const LicenseActivationPortal = () => {
504
return (
505
<div className='demo' data-title='Activation Status'>
506
<LicenseErrors />
507
- <LicenseInfo />
508
{errors.some(e => e.code === 'MACHINE_LIMIT_EXCEEDED')
509
? <LicenseManager />
510
: null}
0 commit comments