diff --git a/src/renderer/features/projects/components/main-panel/pending-project.tsx b/src/renderer/features/projects/components/main-panel/pending-project.tsx index 0ca6fbe41e..7c5b1fcb3e 100644 --- a/src/renderer/features/projects/components/main-panel/pending-project.tsx +++ b/src/renderer/features/projects/components/main-panel/pending-project.tsx @@ -35,8 +35,8 @@ export const PendingProjectStatus = observer(function PendingProjectStatus({ }; return ( -
-
+
+

{project.name}

{stages.map((stage, i) => { @@ -69,10 +69,10 @@ export const PendingProjectStatus = observer(function PendingProjectStatus({ })} {isError && ( -
-
+
+
- + {project.error ?? 'An error occurred'}