Skip to content

Commit 7d71a83

Browse files
style(checkbox): remove unused variable
1 parent 7ccef2e commit 7d71a83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/components/checkbox/checkbox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ export class Checkbox implements ComponentInterface {
347347
} = this;
348348
const theme = getIonTheme(this);
349349
const path = getSVGPath(theme, indeterminate);
350-
const hasLabelContent = el.textContent !== '';
351350

352351
renderHiddenInput(true, el, name, checked ? value : '', disabled);
353352

0 commit comments

Comments
 (0)