This commit is contained in:
Sean Yesmunt 2021-03-08 13:19:25 -05:00
parent 15123d161d
commit 7d3653d787

View file

@ -24,7 +24,7 @@ type Props = {
claimIsMine: boolean,
isTopLevel: boolean,
commentModBlock: (string) => void,
playingUri: ?PlayingUri,
playingUri: ?PlayingUri,
};
function CommentMenuList(props: Props) {