Fix change yang tertinggal

This commit is contained in:
2026-03-30 17:39:53 +08:00
parent eeb95336f2
commit 6d545f2af9
8 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ export default function Home_BottomFeatureSection({
{/* Vacancy Item 1 */}
{_.isEmpty(listData) ? (
<CenterCustom style={{ paddingBlock: 50 }}>
<TextCustom>Lowongan pekerjaan belum tersedia</TextCustom>
<TextCustom color="gray">Lowongan pekerjaan belum tersedia</TextCustom>
</CenterCustom>
) : (
listData?.map((item: any, index: number) => (

View File

@@ -17,7 +17,7 @@ export default function Home_ImageSection() {
transition={1000}
style={{
width: "100%",
height: 120,
height: 150,
borderRadius: 10,
}}
/>

View File

@@ -115,15 +115,15 @@ export default function UserSearchMainView_V2() {
});
// 🔁 Refresh otomatis saat kembali ke halaman ini
useFocusEffect(
useCallback(() => {
if (isInitialMount.current) {
isInitialMount.current = false;
return;
}
pagination.onRefresh();
}, [pagination.onRefresh]),
);
// useFocusEffect(
// useCallback(() => {
// if (isInitialMount.current) {
// isInitialMount.current = false;
// return;
// }
// pagination.onRefresh();
// }, [pagination.onRefresh]),
// );
const { ListEmptyComponent, ListFooterComponent } =
createPaginationComponents({