Fix missing key in list
This commit is contained in:
@@ -296,6 +296,7 @@ function ExpandedAuthorsList({
|
||||
</TouchableOpacity>
|
||||
{authors.map(author => (
|
||||
<Link
|
||||
key={author.href}
|
||||
href={author.href}
|
||||
title={author.displayName || author.handle}
|
||||
style={styles.expandedAuthor}>
|
||||
|
||||
Reference in New Issue
Block a user