Fix missing key in list

zio/stable
Paul Frazee 2023-01-19 11:35:37 -06:00
parent 74ab6530d4
commit d2db9baacc
1 changed files with 1 additions and 0 deletions

View File

@ -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}>