From ab4d4d2f03261c42b303c2cb889149c3e63b923a Mon Sep 17 00:00:00 2001 From: ebarrios Date: Fri, 18 Sep 2020 12:45:23 +0200 Subject: [PATCH] Ran prettier on packages/app/src/components/catalog/EntityPage.tsx --- packages/app/src/components/catalog/EntityPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index d4a45ba60c..5950391a8d 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -21,7 +21,7 @@ import { Router as CloudbuildRouter, isPluginApplicableToEntity as isCloudbuildAvailable, } from '@backstage/plugin-cloudbuild'; - import { +import { Router as JenkinsRouter, isPluginApplicableToEntity as isJenkinsAvailable, LatestRunCard as JenkinsLatestRunCard,