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
@@ -25,7 +25,7 @@ type Props = {
|
||||
isMilitaryTime: boolean;
|
||||
isTimezoneEnabled: boolean;
|
||||
theme: Theme;
|
||||
user: UserModel;
|
||||
user?: UserModel;
|
||||
}
|
||||
|
||||
const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
||||
|
||||
Reference in New Issue
Block a user