From 3788c2c33f75d2862f4a98cacd477c86eee5c53f Mon Sep 17 00:00:00 2001 From: muzammilk03 Date: Sat, 27 Jan 2024 12:43:54 +0530 Subject: [PATCH] data --- components/JobList.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/JobList.jsx b/components/JobList.jsx index 7cb9c74..f724280 100644 --- a/components/JobList.jsx +++ b/components/JobList.jsx @@ -27,7 +27,7 @@ const JobList = () => { toast("Uh-oh!!!"); } }, [error, data]); - +console.log(post); return ( <> {post.map((data, index) => { @@ -44,18 +44,18 @@ const JobList = () => { target={"_blank"} >

- Software tester + {data.title}

- +
- +