File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import * as Container from '../../util/container'
66import * as Kb from '../../common-adapters'
77import * as Styles from '../../styles'
88import * as Types from '../../constants/types/teams'
9+ import CustomTitle from './custom-title/container'
910import { memoize } from '../../util/memoize'
1011import flags from '../../util/feature-flags'
1112import { useTeamDetailsSubscribe , useTeamsSubscribe } from '../subscriber'
@@ -193,6 +194,11 @@ Team.navigationOptions = flags.teamsRedesign
193194 header : undefined ,
194195 headerExpandable : true ,
195196 headerHideBorder : true ,
197+ headerRight : Container . isMobile ? (
198+ < CustomTitle teamID = { Container . getRouteProps ( props , 'teamID' , '' ) } />
199+ ) : (
200+ undefined
201+ ) ,
196202 headerRightActions : Container . isMobile
197203 ? undefined
198204 : ( ) => < HeaderRightActions teamID = { Container . getRouteProps ( props , 'teamID' , '' ) } /> ,
You can’t perform that action at this time.
0 commit comments