Update props and state interfaces
This commit is contained in:
parent
6e30673164
commit
21cf3592cf
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ interface IProps {
|
|||
/**
|
||||
* The ID of the displayed user
|
||||
*/
|
||||
userId: string;
|
||||
userId?: string;
|
||||
|
||||
/**
|
||||
* The display name of the displayed user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue