This commit is contained in:
2023-06-26 17:48:25 +01:00
4 changed files with 20 additions and 4 deletions
@@ -89,10 +89,10 @@ export default function MyWaitingJobTable({ MyJobList, className }) {
</span>
</span>
<span className="text-sm text-thin-light-gray">
Sent to:{" "}
Sent :{" "}
<span className="text-purple">
{" "}
{value.job_to}
{value.sent}
</span>
</span>
</div>