From 74710d4cf66e6fa1ee23832c2ae6851122a6ed94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Rio?= Date: Thu, 17 Jul 2025 16:32:34 +0100 Subject: [PATCH] fix(picker): run lint --- .../components/picker-column-option/picker-column-option.tsx | 2 +- core/src/components/picker-column/picker-column.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/components/picker-column-option/picker-column-option.tsx b/core/src/components/picker-column-option/picker-column-option.tsx index 1f32a7bdf0..774295d4e7 100644 --- a/core/src/components/picker-column-option/picker-column-option.tsx +++ b/core/src/components/picker-column-option/picker-column-option.tsx @@ -129,7 +129,7 @@ export class PickerColumnOption implements ComponentInterface { ['option-disabled']: disabled, })} > -
this.onClick()}> +
this.onClick()}>
diff --git a/core/src/components/picker-column/picker-column.tsx b/core/src/components/picker-column/picker-column.tsx index b30e34c2ee..6eb4241eac 100644 --- a/core/src/components/picker-column/picker-column.tsx +++ b/core/src/components/picker-column/picker-column.tsx @@ -654,7 +654,6 @@ export class PickerColumn implements ComponentInterface { return el ? el.getAttribute('aria-label') ?? el.innerText : ''; }; - render() { const { color, disabled, isActive, numericInput } = this; const theme = getIonTheme(this);