diff --git a/web/components/action-buttons/ActionButton/ActionButton.tsx b/web/components/action-buttons/ActionButton/ActionButton.tsx index 48b5585e5..abdf06a07 100644 --- a/web/components/action-buttons/ActionButton/ActionButton.tsx +++ b/web/components/action-buttons/ActionButton/ActionButton.tsx @@ -31,7 +31,7 @@ export const ActionButton: FC = ({ onClick={onButtonClicked} style={{ backgroundColor: color }} > - {description} + {icon && {description}} {title}