bug fixed
This commit was merged in pull request #757.
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user