Skip to content

Commit ae46f4f

Browse files
committed
refactor(checkbox): remove unused variable
1 parent a5a628e commit ae46f4f

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
@@ -34,7 +34,6 @@ export class Checkbox implements ComponentInterface {
3434
private inputLabelId = `${this.inputId}-lbl`;
3535
private helperTextId = `${this.inputId}-helper-text`;
3636
private errorTextId = `${this.inputId}-error-text`;
37-
private focusEl?: HTMLElement;
3837
private inheritedAttributes: Attributes = {};
3938

4039
@Element() el!: HTMLIonCheckboxElement;

0 commit comments

Comments
 (0)