fix: add a unique key (#4711)

Co-authored-by: Alex van Andel <me@alexvanandel.com>
pull/5000/head
Nafees Nazik 2022-10-14 17:03:32 +05:30 committed by GitHub
parent 8583d9b2e6
commit 670aed9fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ const IntegrationsList = ({ data }: { data: inferQueryOutput<"viewer.integration
<IntegrationListItem
name={item.name}
slug={item.slug}
key={item.title}
key={item.name}
title={item.title}
logo={item.logo}
description={item.description}