diff --git a/ui/component/commentMenuList/view.jsx b/ui/component/commentMenuList/view.jsx index 65af155d9..94194c566 100644 --- a/ui/component/commentMenuList/view.jsx +++ b/ui/component/commentMenuList/view.jsx @@ -24,7 +24,7 @@ type Props = { claimIsMine: boolean, isTopLevel: boolean, commentModBlock: (string) => void, - playingUri: ?PlayingUri, + playingUri: ?PlayingUri, }; function CommentMenuList(props: Props) {