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 b58e6104ed..f1a0db51a0 100644 --- a/core/src/components/picker-column-option/picker-column-option.tsx +++ b/core/src/components/picker-column-option/picker-column-option.tsx @@ -107,7 +107,7 @@ export class PickerColumnOption implements ComponentInterface { } render() { - const { color, value, disabled, ariaLabel } = this; + const { color, disabled, ariaLabel } = this; const mode = getIonMode(this); return (