diff --git a/src/Services/JobsData.js b/src/Services/JobsData.js index f1543b3..b8b1514 100644 --- a/src/Services/JobsData.js +++ b/src/Services/JobsData.js @@ -35,7 +35,7 @@ getWrenchBoardJobs(); //console.log("Ameye got here"); // return blogResultData; // getWrenchBoardBlog(); - var res1 = [ + var res1 =[ { "title": "Post 5 articles to social ", "description": "This task is about posting 5 articles like from www.dorcastore.com to you Facebook page", @@ -43,7 +43,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2022-01-05 22:22:14.527961", "sent": null }, { @@ -53,7 +53,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2019-12-05 15:46:27.465409", "sent": null }, { @@ -63,7 +63,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-11-14 16:46:14.561234", "sent": null }, { @@ -73,7 +73,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-11-14 16:45:41.738202", "sent": null }, { @@ -83,7 +83,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-11-14 16:45:21.880229", "sent": null }, { @@ -93,7 +93,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-11-09 18:52:21.578724", "sent": null }, { @@ -103,7 +103,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-11-09 18:18:07.785055", "sent": null }, { @@ -113,7 +113,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-10-31 13:02:02.357193", "sent": null }, { @@ -123,7 +123,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-10-28 12:57:30.908631", "sent": null }, { @@ -133,7 +133,7 @@ getWrenchBoardJobs(); "job_description": null, "price": null, "timeline_days": null, - "expire": null, + "expire": "2018-07-25 10:14:18.334484", "sent": null } ]; diff --git a/src/components/HomeOne/RecentJobsOne.js b/src/components/HomeOne/RecentJobsOne.js index 3974426..ea04fda 100644 --- a/src/components/HomeOne/RecentJobsOne.js +++ b/src/components/HomeOne/RecentJobsOne.js @@ -40,10 +40,11 @@ var dashUrl = "https://dashboard.wrenchboard.com/";