fixed svg typos

This commit is contained in:
2023-11-07 23:00:12 -08:00
parent 6ddffdf2e6
commit 0c1db6b4b5
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ export default function MyJobTable({ MyJobList, reloadJobList, className }) {
contentBodyClasses="w-auto min-w-max"
/>
</div>
{MyJobList.loading ? (
{MyJobList?.loading ? (
<LoadingSpinner size="16" color="sky-blue" />
) : (
<div className="relative w-full overflow-x-auto sm:rounded-lg flex flex-col justify-between min-h-[520px]">