diff --git a/app/client/modules/repositories/tabs/info.tsx b/app/client/modules/repositories/tabs/info.tsx index 16668482..5ae1b63e 100644 --- a/app/client/modules/repositories/tabs/info.tsx +++ b/app/client/modules/repositories/tabs/info.tsx @@ -225,9 +225,11 @@ export const RepositoryInfoTabContent = ({ repository, initialStats }: Props) => {hasLastError && ( - -

Last Error

-

{repository.lastError}

+ +
+

Last Error

+

{repository.lastError}

+
)}