diff --git a/src/components/ServiceProject/JobList.jsx b/src/components/ServiceProject/JobList.jsx index 84066253..147199f8 100644 --- a/src/components/ServiceProject/JobList.jsx +++ b/src/components/ServiceProject/JobList.jsx @@ -130,7 +130,7 @@ const JobList = ({ isArchive }) => { {isArchiveModalOpen && ( { > {showArchive ? ( <> - Show Active Jobs + Show Active ) : ( <> - Show Archived Jobs + Show Archived )} diff --git a/src/components/common/ConfirmModal.jsx b/src/components/common/ConfirmModal.jsx index cc62535b..5a266086 100644 --- a/src/components/common/ConfirmModal.jsx +++ b/src/components/common/ConfirmModal.jsx @@ -19,7 +19,9 @@ const ConfirmModal = ({ case "success": return ; case "archive": - return ; + return ; + case "Un-archive": + return ; case "undo": return ; default: