Update props and state interfaces
This commit is contained in:
@@ -46,7 +46,7 @@ interface IProps {
|
||||
/**
|
||||
* The ID of the displayed user
|
||||
*/
|
||||
userId: string;
|
||||
userId?: string;
|
||||
|
||||
/**
|
||||
* The display name of the displayed user
|
||||
|
||||
Reference in New Issue
Block a user