diff --git a/webui/src/components/CurrentIdentity/CurrentIdentity.tsx b/webui/src/components/CurrentIdentity/CurrentIdentity.tsx index f37cc0e45a7ac881545ea99eb69ed77bfc46c498..962ce9ec9cc09120b3fe26c3f066d101316e66b2 100644 --- a/webui/src/components/CurrentIdentity/CurrentIdentity.tsx +++ b/webui/src/components/CurrentIdentity/CurrentIdentity.tsx @@ -28,6 +28,7 @@ const useStyles = makeStyles((theme) => ({ }, popupButton: { textTransform: 'none', + color: theme.palette.primary.contrastText, }, })); diff --git a/webui/src/pages/identity/BugList.tsx b/webui/src/pages/identity/BugList.tsx index 623deda56edf245a97ae765f308c36818bd8f3bf..e74c11d4b69c711b55b5d460663416a690d049e8 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 ( - +