1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

make eslint happy again

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-10-27 13:33:29 +02:00
parent b11b747511
commit c37534c488

View File

@ -157,13 +157,13 @@ export class Preferences extends React.Component {
</div> </div>
<h2><Trans>Auto start-up</Trans></h2> <h2><Trans>Auto start-up</Trans></h2>
<Checkbox <Checkbox
label={<Trans>Automatically start Lens on login</Trans>} label={<Trans>Automatically start Lens on login</Trans>}
value={preferences.openAtLogin} value={preferences.openAtLogin}
onChange={v => preferences.openAtLogin = v} onChange={v => preferences.openAtLogin = v}
/> />
<h2><Trans>Certificate Trust</Trans></h2> <h2><Trans>Certificate Trust</Trans></h2>
<Checkbox <Checkbox
label={<Trans>Allow untrusted Certificate Authorities</Trans>} label={<Trans>Allow untrusted Certificate Authorities</Trans>}
value={preferences.allowUntrustedCAs} value={preferences.allowUntrustedCAs}