bug fixed

This commit was merged in pull request #757.
This commit is contained in:
victorAnumudu
2024-07-20 15:59:55 +01:00
parent f57f443b1e
commit 8ac8808348
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function JobsCompleted() {
<div className='flex flex-col justify-between min-h-[500px]'>
{jobHistory.loading ?
<LoadingSpinner size='16' color='sky-blue' height='h-[500px]' />
: jobHistory.data.length ?
: jobHistory?.data?.length ?
<table className="wallet-activity w-full table-auto border-collapse text-left">
<thead className='w-full'>
<tr className='text-slate-600 dark:text-white'>