Various small fixes

This commit is contained in:
Paul Frazee 2022-12-30 15:32:07 -06:00
parent 3d91cf3137
commit 5eddbcea16
6 changed files with 9 additions and 7 deletions

View file

@ -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]}