diff --git a/src/features/dashboard/templates/builds/table-cells.tsx b/src/features/dashboard/templates/builds/table-cells.tsx index e6fa1a83..6a841b74 100644 --- a/src/features/dashboard/templates/builds/table-cells.tsx +++ b/src/features/dashboard/templates/builds/table-cells.tsx @@ -98,9 +98,9 @@ export function LoadMoreButton({ }) { if (isLoading) { return ( - - - Loading... + + Loading + ) } @@ -234,7 +234,7 @@ export function Reason({ return ( {statusMessage} diff --git a/src/features/dashboard/templates/builds/table.tsx b/src/features/dashboard/templates/builds/table.tsx index db1e9604..37b9f013 100644 --- a/src/features/dashboard/templates/builds/table.tsx +++ b/src/features/dashboard/templates/builds/table.tsx @@ -158,7 +158,7 @@ const BuildsTable = () => {
@@ -167,7 +167,7 @@ const BuildsTable = () => { - + @@ -215,7 +215,7 @@ const BuildsTable = () => { @@ -272,7 +272,7 @@ const BuildsTable = () => {