Add type definition for new prop in comment component

This commit is contained in:
Daniela Narvaez 2021-01-26 18:20:06 -03:00 committed by Sean Yesmunt
parent 0a2f9fa0be
commit e9d28918cd

View file

@ -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...