diff --git a/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx b/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx
index d1875404d..3519442f6 100644
--- a/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx
+++ b/frontends/nextjs/src/components/misc/github/GitHubActionsFetcher.tsx
@@ -45,7 +45,7 @@ export function GitHubActionsFetcher() {
Analysis
-
+
{runLogs && (
-
+
)}
-
+
Workflow Logs
{selectedRunId && (
-
+
Run #{selectedRunId}
)}
@@ -53,7 +53,7 @@ export function RunDetails({
{runJobs.length > 0 && (
Jobs Summary
-
+
{runJobs.map(job => (
{job.name}: {job.conclusion || job.status}
@@ -74,19 +74,18 @@ export function RunDetails({
)}
-
+