forked from Ivasoft/mattermost-mobile
Handle currentUser not available throught the app and refetch it (#7333)
* Handle currentUser not available throught the app and refetch it * Address feedback
This commit is contained in:
committed by
GitHub
parent
3a416dc511
commit
162cdfb21d
@@ -18,7 +18,7 @@ export interface UserInfo extends Record<string, string | undefined | null| bool
|
||||
|
||||
export type EditProfileProps = {
|
||||
componentId: AvailableScreens;
|
||||
currentUser: UserModel;
|
||||
currentUser?: UserModel;
|
||||
isModal?: boolean;
|
||||
isTablet?: boolean;
|
||||
lockedFirstName: boolean;
|
||||
|
||||
Reference in New Issue
Block a user