From cad82da0dce9c479fae60727f164c7957177b6e9 Mon Sep 17 00:00:00 2001 From: NetPenguins Date: Sat, 5 Sep 2020 08:40:30 -0400 Subject: [PATCH] Removal of entityCompound import --- .../src/components/WorkflowRunLogs/WorkflowRunLogs.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx b/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx index 785e902a8b..7d83647456 100644 --- a/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx +++ b/plugins/github-actions/src/components/WorkflowRunLogs/WorkflowRunLogs.tsx @@ -29,7 +29,6 @@ import { } from '@material-ui/core'; import React, { Suspense } from 'react'; -import { useEntityCompoundName } from '@backstage/plugin-catalog'; import { useDownloadWorkflowRunLogs } from './useDownloadWorkflowRunLogs'; import LinePart from 'react-lazylog/build/LinePart'; import { useProjectName } from '../useProjectName';