diff --git a/core/src/components/picker-column/picker-column.tsx b/core/src/components/picker-column/picker-column.tsx index 5d628a2369..43bc2f8b37 100644 --- a/core/src/components/picker-column/picker-column.tsx +++ b/core/src/components/picker-column/picker-column.tsx @@ -438,9 +438,7 @@ export class PickerColumn implements ComponentInterface { get activeItem() { const { value } = this; - const options = Array.from( - this.el.querySelectorAll('ion-picker-column-option') - ); + const options = Array.from(this.el.querySelectorAll('ion-picker-column-option')); return options.find((option) => { /** * If the whole picker column is disabled, the current value should appear active