renders job action based on owner status and status description

This commit was merged in pull request #147.
This commit is contained in:
victorAnumudu
2023-06-07 22:08:26 +01:00
parent 7352c30969
commit 0526fdb572
10 changed files with 95 additions and 24 deletions
@@ -2,7 +2,11 @@ import React from 'react'
function CurrentTaskAction() {
return (
<div>CurrentTaskAction</div>
<div className=''>
<p className="my-3 py-1 text-base">
Waiting for the completion message from the client before you can approve. Worker True & Active
</p>
</div>
)
}