From 3f8144b5899e4b2ad3a1decbdf28b3525caa8d92 Mon Sep 17 00:00:00 2001 From: Max Kless Date: Tue, 30 Apr 2024 13:47:15 +0200 Subject: [PATCH] fix(graph): formatting fixes after rebase --- graph/client/src/app/feature-projects/project-list.tsx | 2 +- graph/client/src/app/shell.tsx | 4 ++-- .../client/src/app/ui-components/project-details-modal.tsx | 4 ++-- graph/ui-components/src/lib/error-renderer.tsx | 2 +- graph/ui-components/src/lib/modal.tsx | 6 +++--- .../src/lib/project-details/project-details.tsx | 2 +- .../target-configuration-details-group-list.tsx | 2 +- .../target-configuration-details-header.tsx | 4 ++-- .../target-configuration-details.tsx | 6 +++--- nx-dev/nx-dev/pages/tips.tsx | 4 ++-- nx-dev/ui-markdoc/src/lib/tags/call-to-action.component.tsx | 2 +- nx-dev/ui-markdoc/src/lib/tags/cards.component.tsx | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/graph/client/src/app/feature-projects/project-list.tsx b/graph/client/src/app/feature-projects/project-list.tsx index fed918e0ed075..4ee3bf2e006d4 100644 --- a/graph/client/src/app/feature-projects/project-list.tsx +++ b/graph/client/src/app/feature-projects/project-list.tsx @@ -219,7 +219,7 @@ function SubProjectList({ ) : null} -