diff --git a/src/components/MyPendingJobs/ParentWaitingTable.jsx b/src/components/MyPendingJobs/ParentWaitingTable.jsx
index e5d20a8..3a17d75 100644
--- a/src/components/MyPendingJobs/ParentWaitingTable.jsx
+++ b/src/components/MyPendingJobs/ParentWaitingTable.jsx
@@ -10,27 +10,27 @@ import usersService from "../../services/UsersService";
export default function ParentWaitingTable() {
- const transationFilterData = [
- {
- id: 1,
- name: "all",
- uniqueId: Math.random(),
- },
- {
- id: 2,
- name: "send",
- uniqueId: Math.random(),
- },
- {
- id: 3,
- name: "recent",
- uniqueId: Math.random(),
- },
- ];
- const [filterActive, setValue] = useState(transationFilterData[0].id);
- const filterHander = (value) => {
- setValue(value);
- };
+ // const transationFilterData = [
+ // {
+ // id: 1,
+ // name: "all",
+ // uniqueId: Math.random(),
+ // },
+ // {
+ // id: 2,
+ // name: "send",
+ // uniqueId: Math.random(),
+ // },
+ // {
+ // id: 3,
+ // name: "recent",
+ // uniqueId: Math.random(),
+ // },
+ // ];
+ // const [filterActive, setValue] = useState(transationFilterData[0].id);
+ // const filterHander = (value) => {
+ // setValue(value);
+ // };
const apiCall = new usersService()
@@ -93,7 +93,7 @@ export default function ParentWaitingTable() {
+
{item.title}
@@ -102,12 +102,12 @@ export default function ParentWaitingTable() {+
{new Date(item.added).toLocaleString().split(',')[0]} - {/* {item.added} */} +
- {/* */} +Status: {item.status}