From 0c8028c048fd026761aebf339d1a5898c1b93029 Mon Sep 17 00:00:00 2001 From: WhizSid <44908250+whizsid@users.noreply.github.com> Date: Thu, 24 Oct 2019 09:58:23 +0000 Subject: [PATCH] Patreon sponsor duplicate key issue (#1361) * Patreon sponsor duplicate key issue * Removed duplicated entry --- docs/_shared/PatreonSponsors.jsx | 9 ++------- docs/patrons.json | 31 ------------------------------- 2 files changed, 2 insertions(+), 38 deletions(-) diff --git a/docs/_shared/PatreonSponsors.jsx b/docs/_shared/PatreonSponsors.jsx index bf17816b1..319893fcf 100644 --- a/docs/_shared/PatreonSponsors.jsx +++ b/docs/_shared/PatreonSponsors.jsx @@ -17,13 +17,8 @@ class PatreonSponsors extends Component { return ( - {patrons.map(patron => ( - + {patrons.map((patron, key) => ( + diff --git a/docs/patrons.json b/docs/patrons.json index 1c1d69305..8fec5d79d 100644 --- a/docs/patrons.json +++ b/docs/patrons.json @@ -123,37 +123,6 @@ "vanity": null, "youtube": null }, - { - "about": null, - "created": "2019-07-30T14:05:20.000+00:00", - "default_country_code": null, - "email": "felipepastorff@gmail.com", - "facebook": null, - "first_name": "Felipe", - "full_name": "Felipe Pastor de Freitas Ferreira", - "gender": 0, - "image_url": "https://c8.patreon.com/2/200/22732849", - "is_email_verified": true, - "last_name": "Pastor de Freitas Ferreira", - "social_connections": { - "deviantart": null, - "discord": null, - "facebook": null, - "google": null, - "instagram": null, - "reddit": null, - "spotify": null, - "twitch": null, - "twitter": null, - "youtube": null - }, - "thumb_url": "https://c8.patreon.com/2/200/22732849", - "twitch": null, - "twitter": null, - "url": "https://www.patreon.com/user?u=22732849", - "vanity": null, - "youtube": null - }, { "about": null, "created": "2019-07-30T14:05:20.000+00:00",