From 87523570cf7a020ccfef7a4a9dc147dad51fcf93 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 5 Feb 2022 08:18:23 -0300 Subject: [PATCH] Fix unrecognized prop --- ui/component/commentCreate/view.jsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 && ( <>