fix lint
This commit is contained in:
parent
15123d161d
commit
7d3653d787
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ type Props = {
|
|||
claimIsMine: boolean,
|
||||
isTopLevel: boolean,
|
||||
commentModBlock: (string) => void,
|
||||
playingUri: ?PlayingUri,
|
||||
playingUri: ?PlayingUri,
|
||||
};
|
||||
|
||||
function CommentMenuList(props: Props) {
|
||||
|
|
Loading…
Reference in a new issue