diff --git a/ui/component/commentMenuList/view.jsx b/ui/component/commentMenuList/view.jsx index a42ab8cab..129cc61b5 100644 --- a/ui/component/commentMenuList/view.jsx +++ b/ui/component/commentMenuList/view.jsx @@ -186,6 +186,13 @@ function CommentMenuList(props: Props) { )} + {isPinned && isLiveComment && isMobile && ( + + + {__('Dismiss Pin')} + + )} + {activeChannelIsCreator && activeChannelClaim && activeChannelClaim.permanent_url !== authorUri && ( @@ -256,13 +263,6 @@ function CommentMenuList(props: Props) { )} - {isPinned && isLiveComment && isMobile && ( - - - {__('Dismiss Pin')} - - )} - {activeChannelClaim && (