clean up 1

This commit is contained in:
Ebube
2023-05-19 11:28:40 +01:00
parent 4f107df131
commit 688f10e4a4
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -30,7 +30,6 @@ export default function MyJobTable({ MyJobList, className }) {
const {
data: { signup_country },
} = await res;
console.log(signup_country);
let checkCountry = signup_country
?.filter((item) => item[0] == country)
?.map((item, idx) => item[1])