Always fallback from displayName to handle
This commit is contained in:
parent
12ac6fe52e
commit
fb3ca42646
7 changed files with 18 additions and 8 deletions
|
@ -84,7 +84,7 @@ const User = ({item}: {item: FollowItem}) => {
|
|||
/>
|
||||
</View>
|
||||
<View style={styles.layoutContent}>
|
||||
<Text style={[s.f15, s.bold]}>{item.displayName}</Text>
|
||||
<Text style={[s.f15, s.bold]}>{item.displayName || item.handle}</Text>
|
||||
<Text style={[s.f14, s.gray5]}>@{item.handle}</Text>
|
||||
</View>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue