From 670aed9fe0e8dab844afd194dd7f024b264f9c2a Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Fri, 14 Oct 2022 17:03:32 +0530 Subject: [PATCH] fix: add a unique key (#4711) Co-authored-by: Alex van Andel --- apps/web/pages/v2/apps/installed/[category].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/pages/v2/apps/installed/[category].tsx b/apps/web/pages/v2/apps/installed/[category].tsx index dea7266edb..c1e34a12b7 100644 --- a/apps/web/pages/v2/apps/installed/[category].tsx +++ b/apps/web/pages/v2/apps/installed/[category].tsx @@ -96,7 +96,7 @@ const IntegrationsList = ({ data }: { data: inferQueryOutput<"viewer.integration