fix: add a unique key (#4711)
Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
co-authored by
Alex van Andel
parent
8583d9b2e6
commit
670aed9fe0
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user