From a9e2a23542b2d23239e0b7f7ff6f57c500224b7a Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Thu, 21 Sep 2023 11:41:51 -0600 Subject: [PATCH] Update modules/react/select/stories/examples/WithIcons.tsx Co-authored-by: James Fan --- modules/react/select/stories/examples/WithIcons.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/react/select/stories/examples/WithIcons.tsx b/modules/react/select/stories/examples/WithIcons.tsx index c841079cb1..906993b6cc 100644 --- a/modules/react/select/stories/examples/WithIcons.tsx +++ b/modules/react/select/stories/examples/WithIcons.tsx @@ -20,14 +20,14 @@ export const WithIcons = () => { const model = useSelectModel({ items: customOptions, }); - const currentItem = model.navigation.getItem(model.state.selectedIds[0], model); + const selectedItem = model.navigation.getItem(model.state.selectedIds[0], model); return (