diff --git a/web/src/features/menu/list/ListItem.tsx b/web/src/features/menu/list/ListItem.tsx index 0aac88d..ec6eede 100644 --- a/web/src/features/menu/list/ListItem.tsx +++ b/web/src/features/menu/list/ListItem.tsx @@ -39,10 +39,15 @@ const ListItem = forwardRef, Props>(({ item, index, {item.value[scrollIndex]} - + + + + ) : ( - item.label + + {item.label} + )} );