diff --git a/ui/component/comment/view.jsx b/ui/component/comment/view.jsx index b52003bcf..b4816303a 100644 --- a/ui/component/comment/view.jsx +++ b/ui/component/comment/view.jsx @@ -52,6 +52,7 @@ type Props = { doToast: ({ message: string }) => void, isTopLevel?: boolean, threadDepth: number, + hideActions?: boolean, isPinned: boolean, othersReacts: ?{ like: number, @@ -95,6 +96,7 @@ function Comment(props: Props) { doToast, isTopLevel, threadDepth, + hideActions, isPinned, othersReacts, playingUri, @@ -348,18 +350,20 @@ function Comment(props: Props) { )} -