Skip to content

Commit 74710d4

Browse files
committed
fix(picker): run lint
1 parent 3626302 commit 74710d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/src/components/picker-column-option/picker-column-option.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class PickerColumnOption implements ComponentInterface {
129129
['option-disabled']: disabled,
130130
})}
131131
>
132-
<div class={"picker-column-option-button"} role="button" aria-label={ariaLabel} onClick={() => this.onClick()}>
132+
<div class={'picker-column-option-button'} role="button" aria-label={ariaLabel} onClick={() => this.onClick()}>
133133
<slot></slot>
134134
</div>
135135
</Host>

core/src/components/picker-column/picker-column.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ export class PickerColumn implements ComponentInterface {
654654
return el ? el.getAttribute('aria-label') ?? el.innerText : '';
655655
};
656656

657-
658657
render() {
659658
const { color, disabled, isActive, numericInput } = this;
660659
const theme = getIonTheme(this);

0 commit comments

Comments
 (0)