btn name changed based on job owner status

This commit was merged in pull request #431.
This commit is contained in:
victorAnumudu
2023-09-27 14:13:04 +01:00
parent 3fb996887b
commit e113f40c5c
5 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -128,9 +128,9 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
state: { ...task, pathname },
});
}}
className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
className="px-4 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
>
Manage
{task.owner_status == 'OWNER' ? 'Manage' : 'Send Updates'}
</button>
</div>
</div>