Fix missing key in list
This commit is contained in:
parent
74ab6530d4
commit
d2db9baacc
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ function ExpandedAuthorsList({
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
{authors.map(author => (
|
{authors.map(author => (
|
||||||
<Link
|
<Link
|
||||||
|
key={author.href}
|
||||||
href={author.href}
|
href={author.href}
|
||||||
title={author.displayName || author.handle}
|
title={author.displayName || author.handle}
|
||||||
style={styles.expandedAuthor}>
|
style={styles.expandedAuthor}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue