clean up 1
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user