Skip to content

Commit 620a5e0

Browse files
fix key in ai page
1 parent dabb9c5 commit 620a5e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/ai.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function AI({ readings }) {
4848

4949
<div>
5050
{reading.author.map((author, index) => (
51-
<h4 className={styles.info}>
51+
<h4 key={index} className={styles.info}>
5252
{author.firstName} {author.lastName}
5353
</h4>
5454
))}

0 commit comments

Comments
 (0)