diff --git a/frontends/nextjs/src/components/misc/github/views/RunList.tsx b/frontends/nextjs/src/components/misc/github/views/RunList.tsx index 7df2bb7ad..79808495d 100644 --- a/frontends/nextjs/src/components/misc/github/views/RunList.tsx +++ b/frontends/nextjs/src/components/misc/github/views/RunList.tsx @@ -28,13 +28,14 @@ export function RunList({ selectedRunId, }: RunListProps) { return ( - + diff --git a/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx b/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx index e8f50e389..8ac7c5254 100644 --- a/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx +++ b/frontends/nextjs/src/components/misc/github/views/run-list/Table.tsx @@ -37,14 +37,14 @@ export const RunTable = ({ } return ( - + Recent Workflow Runs - {isLoading && } + {isLoading && } Latest GitHub Actions runs with status and controls @@ -52,9 +52,9 @@ export const RunTable = ({ {isLoading && !runs && ( - - - + + + )} @@ -70,7 +70,7 @@ export const RunTable = ({ selectedRunId={selectedRunId} /> ))} - +