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
@@ -55,7 +55,7 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
{!ActiveJobList?.data.length && accountType && (
<div className="absolute inset-0 bg-black opacity-30"></div>
)}
{ActiveJobList.loading ?
{ActiveJobList?.loading ?
<div className="w-full h-[520px] flex items-center justify-center">
<LoadingSpinner size="16" color="sky-blue" />
</div>