From 998ae348b10efd5af758944143b70125a98e8f86 Mon Sep 17 00:00:00 2001 From: Lena Date: Fri, 19 Mar 2021 17:09:13 +0100 Subject: Fix warning missing key and color user name #12 --- webui/src/pages/identity/BugList.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webui/src/pages/identity') diff --git a/webui/src/pages/identity/BugList.tsx b/webui/src/pages/identity/BugList.tsx index 623deda5..e74c11d4 100644 --- a/webui/src/pages/identity/BugList.tsx +++ b/webui/src/pages/identity/BugList.tsx @@ -39,12 +39,11 @@ function BugList({ humanId }: Props) { if (error) return

Error: {error}

; const bugs = data?.repository?.allBugs.nodes; - console.log(bugs); return (
{bugs?.map((bug, index) => { return ( - +