diff --git a/web/src/features/menu/context/components/ContextButton.tsx b/web/src/features/menu/context/components/ContextButton.tsx index 9ea3eee..312ddf3 100644 --- a/web/src/features/menu/context/components/ContextButton.tsx +++ b/web/src/features/menu/context/components/ContextButton.tsx @@ -105,25 +105,27 @@ const ContextButton: React.FC<{ > - - {button?.icon && ( - - {typeof button.icon === 'string' && isIconUrl(button.icon) ? ( - Missing img - ) : ( - - )} - - )} - - {button.title || buttonKey} - - + {(button.title || Number.isNaN(+buttonKey)) && ( + + {button?.icon && ( + + {typeof button.icon === 'string' && isIconUrl(button.icon) ? ( + Missing img + ) : ( + + )} + + )} + + {button.title || buttonKey} + + + )} {button.description && ( {button.description}