Skip to content

Commit 1046c87

Browse files
committed
Added key
1 parent c5185c0 commit 1046c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/libraries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const ContributionsList = memo(({ categories, libraries }) => {
128128
)}
129129
</a>
130130
) : (
131-
<span>{author}</span>
131+
<span key={key + 'span'}>{author}</span>
132132
);
133133
})}
134134
</div>

0 commit comments

Comments
 (0)