Always fallback from displayName to handle
This commit is contained in:
@@ -106,7 +106,9 @@ export const FeedItem = observer(function FeedItem({
|
||||
style={styles.metaItem}
|
||||
href={authorHref}
|
||||
title={item.author.handle}>
|
||||
<Text style={[s.f17, s.bold]}>{item.author.displayName}</Text>
|
||||
<Text style={[s.f17, s.bold]}>
|
||||
{item.author.displayName || item.author.handle}
|
||||
</Text>
|
||||
</Link>
|
||||
<Link
|
||||
style={styles.metaItem}
|
||||
|
||||
Reference in New Issue
Block a user