Update props and state interfaces
This commit is contained in:
parent
6e30673164
commit
21cf3592cf
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ interface IState extends IThemeState {
|
|||
showAdvanced: boolean;
|
||||
layout: Layout;
|
||||
// User profile data for the message preview
|
||||
userId: string;
|
||||
userId?: string;
|
||||
displayName: string;
|
||||
avatarUrl: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue