Skip to content

Commit 98b75f2

Browse files
committed
refactor: Prettify code
1 parent 378e27d commit 98b75f2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/app/src/components/catalog/EntityPage.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ import {
2828
hasRelationWarnings,
2929
EntityRelationWarning,
3030
} from '@backstage/plugin-catalog';
31-
import {
32-
isGithubActionsAvailable,
33-
} from '@backstage-community/plugin-github-actions';
31+
import { isGithubActionsAvailable } from '@backstage-community/plugin-github-actions';
3432
import {
3533
EntityUserProfileCard,
3634
EntityGroupProfileCard,
@@ -59,7 +57,10 @@ import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib';
5957
import { EntitySonarQubeCard } from '@backstage-community/plugin-sonarqube';
6058
import { EntityGithubInsightsContent } from '@roadiehq/backstage-plugin-github-insights';
6159
import { EntitySecurityInsightsContent } from '@roadiehq/backstage-plugin-security-insights';
62-
import { isGithubWorkflowsAvailable, GithubWorkflowsContent } from '@veecode-platform/backstage-plugin-github-workflows'
60+
import {
61+
isGithubWorkflowsAvailable,
62+
GithubWorkflowsContent,
63+
} from '@veecode-platform/backstage-plugin-github-workflows';
6364

6465
import {
6566
EntityKubernetesContent,
@@ -85,7 +86,7 @@ const cicdContent = (
8586
<EntitySwitch>
8687
<EntitySwitch.Case if={isGithubActionsAvailable}>
8788
{/* <EntityGithubActionsContent /> */}
88-
<GithubWorkflowsContent/>
89+
<GithubWorkflowsContent />
8990
</EntitySwitch.Case>
9091

9192
<EntitySwitch.Case>
@@ -159,7 +160,7 @@ const overviewContent = (
159160
<EntitySwitch>
160161
<EntitySwitch.Case if={isGithubWorkflowsAvailable}>
161162
<Grid item md={12} xs={12}>
162-
<GithubWorkflowsContent cards />
163+
<GithubWorkflowsContent cards />
163164
</Grid>
164165
</EntitySwitch.Case>
165166
</EntitySwitch>

0 commit comments

Comments
 (0)