From 663adf80eecb8b6b1d5f0165152670e28e6245f7 Mon Sep 17 00:00:00 2001 From: Olavi Haapala Date: Sun, 3 Nov 2019 00:22:52 +0200 Subject: [PATCH] Fix Warning: Each child in a list should have a unique "key" prop. (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sponsors don't have ids – name is probably unique and can be used as a key --- components/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.jsx b/components/Footer.jsx index 9493cb9..456d83f 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -17,7 +17,7 @@ export function Footer() {
Yhteistyössä
{sponsors.map(sponsor => ( - + ))}