From d7f8560fe192b40f3d12b528635af687279dc83c Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Mon, 1 Feb 2021 12:49:39 +0100 Subject: [PATCH] Fix formatting --- plugins/explore/src/components/DomainCard/DomainCard.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/explore/src/components/DomainCard/DomainCard.tsx b/plugins/explore/src/components/DomainCard/DomainCard.tsx index 366d878318..2c0126b94a 100644 --- a/plugins/explore/src/components/DomainCard/DomainCard.tsx +++ b/plugins/explore/src/components/DomainCard/DomainCard.tsx @@ -15,7 +15,10 @@ */ import { DomainEntity } from '@backstage/catalog-model'; import { ItemCard } from '@backstage/core'; -import { entityRoute, entityRouteParams } from '@backstage/plugin-catalog-react'; +import { + entityRoute, + entityRouteParams, +} from '@backstage/plugin-catalog-react'; import React from 'react'; import { generatePath } from 'react-router-dom';