From c2d7aa43ab54726b4741bc426d63093ef6392a91 Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Sun, 12 Jan 2020 18:06:32 +0300 Subject: Resolve 'key' warning --- src/pages/Contribute/Contribute.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/pages/Contribute') diff --git a/src/pages/Contribute/Contribute.js b/src/pages/Contribute/Contribute.js index 0540742..6837f59 100644 --- a/src/pages/Contribute/Contribute.js +++ b/src/pages/Contribute/Contribute.js @@ -114,13 +114,12 @@ const Contribute = () => { { developers.map(developer => { const githubUrl = `https://github.com/${developer.username}`; - const avatarUrl = `${githubUrl}.png`; return ( - <> - +
+ - +
@@ -131,8 +130,8 @@ const Contribute = () => {
- - + +
) }) } -- cgit v1.2.3