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);