From 8693fd6cf3ae3ef1570d5f029c4c4e98586eac73 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 4 Dec 2023 10:40:43 -0500 Subject: [PATCH] refactor: remove default slotted content --- .../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 35f2c959df..b58e6104ed 100644 --- a/core/src/components/picker-column-option/picker-column-option.tsx +++ b/core/src/components/picker-column-option/picker-column-option.tsx @@ -118,7 +118,7 @@ export class PickerColumnOption implements ComponentInterface { })} > );