Add type definition for new prop in comment component
This commit is contained in:
parent
0a2f9fa0be
commit
e9d28918cd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ import { useHistory } from 'react-router';
|
|||
import CommentCreate from 'component/commentCreate';
|
||||
|
||||
type Props = {
|
||||
closeInlinePlayer: () => void,
|
||||
uri: string,
|
||||
author: ?string, // LBRY Channel Name, e.g. @channel
|
||||
authorUri: string, // full LBRY Channel URI: lbry://@channel#123...
|
||||
|
|
Loading…
Reference in a new issue