diff --git a/screens/Job/MainViewStatus2.tsx b/screens/Job/MainViewStatus2.tsx index 7e4c364..d4ee1c6 100644 --- a/screens/Job/MainViewStatus2.tsx +++ b/screens/Job/MainViewStatus2.tsx @@ -1,6 +1,5 @@ /* eslint-disable react-hooks/exhaustive-deps */ -import { BaseBox, ScrollableCustom, TextCustom } from "@/components"; -import NewWrapper from "@/components/_ShareComponent/NewWrapper"; +import { BaseBox, NewWrapper_V2, ScrollableCustom, TextCustom } from "@/components"; import { MainColor } from "@/constants/color-palet"; import { PAGINATION_DEFAULT_TAKE } from "@/constants/constans-value"; import { createPaginationComponents } from "@/helpers/paginationHelpers"; @@ -87,7 +86,7 @@ export default function Job_MainViewStatus2() { ); return ( - {scrollComponent}} listData={pagination.listData} renderItem={renderJobItem} diff --git a/screens/Job/ScreenArchive2.tsx b/screens/Job/ScreenArchive2.tsx index 256a831..12d8978 100644 --- a/screens/Job/ScreenArchive2.tsx +++ b/screens/Job/ScreenArchive2.tsx @@ -1,5 +1,5 @@ /* eslint-disable react-hooks/exhaustive-deps */ -import { BaseBox, TextCustom, ViewWrapper } from "@/components"; +import { BaseBox, NewWrapper_V2, TextCustom, ViewWrapper } from "@/components"; import { MainColor } from "@/constants/color-palet"; import { createPaginationComponents } from "@/helpers/paginationHelpers"; import { useAuth } from "@/hooks/use-auth"; @@ -9,7 +9,6 @@ import { useFocusEffect } from "expo-router"; import _ from "lodash"; import { useState } from "react"; import { RefreshControl } from "react-native"; -import NewWrapper from "@/components/_ShareComponent/NewWrapper"; import { PAGINATION_DEFAULT_TAKE } from "@/constants/constans-value"; export default function Job_ScreenArchive2() { @@ -56,7 +55,7 @@ export default function Job_ScreenArchive2() { ); return ( -