Various small fixes
This commit is contained in:
parent
3d91cf3137
commit
5eddbcea16
6 changed files with 9 additions and 7 deletions
|
@ -115,7 +115,7 @@ export const Menu = ({
|
|||
type="h3"
|
||||
style={[pal.text, styles.profileCardDisplayName]}
|
||||
numberOfLines={1}>
|
||||
{store.me.displayName}
|
||||
{store.me.displayName || store.me.handle}
|
||||
</Text>
|
||||
<Text
|
||||
style={[pal.textLight, styles.profileCardHandle]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue