We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff14fe commit 53e1136Copy full SHA for 53e1136
apps/site/components/EOL/EOLReleaseTable/TableClient.tsx
@@ -35,7 +35,7 @@ const EOLReleaseTableClient: FC<EOLReleaseTableBodyProps> = ({
35
<Switch
36
label={t('components.eolTable.hideNonLts')}
37
checked={hideNonLts}
38
- onCheckedChange={() => setHideNonLts(!hideNonLts)}
+ onCheckedChange={setHideNonLts}
39
/>
40
<table id="tbVulnerabilities">
41
<thead>
0 commit comments