Fallback to display name in search results
This commit is contained in:
@@ -64,7 +64,7 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
|
||||
/>
|
||||
<View style={[s.ml10]}>
|
||||
<Text style={styles.searchResultDisplayName}>
|
||||
{item.displayName}
|
||||
{item.displayName || item.handle}
|
||||
</Text>
|
||||
<Text style={styles.searchResultHandle}>@{item.handle}</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user