Fix typo
This commit is contained in:
parent
fd6a2b1b40
commit
d0b94d7570
4 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ import Swipeable from 'react-native-gesture-handler/Swipeable'
|
|||
import LinearGradient from 'react-native-linear-gradient'
|
||||
import {useStores} from '../../../state'
|
||||
import {s, colors, gradients} from '../../lib/styles'
|
||||
import {DEF_AVATER} from '../../lib/assets'
|
||||
import {DEF_AVATAR} from '../../lib/assets'
|
||||
import {match} from '../../routes'
|
||||
import {LinkActionsModel} from '../../../state/models/shell'
|
||||
|
||||
|
@ -146,7 +146,7 @@ export const Component = observer(() => {
|
|||
<TouchableOpacity
|
||||
style={styles.fatMenuItem}
|
||||
onPress={() => onNavigate(`/profile/${store.me.name || ''}`)}>
|
||||
<Image style={styles.fatMenuImage} source={DEF_AVATER} />
|
||||
<Image style={styles.fatMenuImage} source={DEF_AVATAR} />
|
||||
<Text style={styles.fatMenuItemLabel} numberOfLines={1}>
|
||||
{store.me.displayName || store.me.name || 'My profile'}
|
||||
</Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue