Skip to content

Commit e64332b

Browse files
committed
fix(picker): run lint
1 parent 9b8e12d commit e64332b

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
@@ -124,7 +124,7 @@ export class PickerColumnOption implements ComponentInterface {
124124
['option-disabled']: disabled,
125125
})}
126126
>
127-
<div class={"picker-column-option-button"} role="button" aria-label={ariaLabel} onClick={() => this.onClick()}>
127+
<div class={'picker-column-option-button'} role="button" aria-label={ariaLabel} onClick={() => this.onClick()}>
128128
<slot></slot>
129129
</div>
130130
</Host>

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

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

656-
657656
render() {
658657
const { color, disabled, isActive, numericInput } = this;
659658
const mode = getIonMode(this);

0 commit comments

Comments
 (0)