From ed8cfa06fec50a54fb03910d48fc890c0ffd6080 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 4 Dec 2023 10:41:16 -0500 Subject: [PATCH] chore: remove unused var --- .../components/picker-column-option/picker-column-option.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (