From d36d6458652016d279497154ed717f5b1705525a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 5 Dec 2023 13:34:26 -0500 Subject: [PATCH] lint --- core/src/components/picker-column/picker-column.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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