diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 197ea2ae4..efbfccda8 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -463,7 +463,7 @@ export function CommentCreate(props: Props) { const commentSelectorsProps = { claimIsMine, addEmoteToComment, handleSelectSticker }; const submitButtonProps = { button: 'primary', type: 'submit', requiresAuth: true }; - const actionButtonProps = { button: 'alt', isReviewingStickerComment }; + const actionButtonProps = { button: 'alt' }; const tipButtonProps = { ...actionButtonProps, disabled: !commentValue.length && !selectedSticker, @@ -617,7 +617,12 @@ export function CommentCreate(props: Props) { {!isMobile && ( <> - + {!supportDisabled && ( <>