Fallback to display name in search results
This commit is contained in:
parent
903cce20e7
commit
8da3124f3a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export const Search = ({navIdx, visible, params}: ScreenParams) => {
|
||||||
/>
|
/>
|
||||||
<View style={[s.ml10]}>
|
<View style={[s.ml10]}>
|
||||||
<Text style={styles.searchResultDisplayName}>
|
<Text style={styles.searchResultDisplayName}>
|
||||||
{item.displayName}
|
{item.displayName || item.handle}
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={styles.searchResultHandle}>@{item.handle}</Text>
|
<Text style={styles.searchResultHandle}>@{item.handle}</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue