Fallback to display name in search results
parent
903cce20e7
commit
8da3124f3a
|
@ -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…
Reference in New Issue