diff --git a/screens/Job/ScreenBeranda2.tsx b/screens/Job/ScreenBeranda2.tsx index b16ebca..9f2c12e 100644 --- a/screens/Job/ScreenBeranda2.tsx +++ b/screens/Job/ScreenBeranda2.tsx @@ -78,7 +78,7 @@ export default function Job_ScreenBeranda2() { contentPaddingHorizontal={16} hideFooter headerComponent={ - + setSearch(text), 500)} diff --git a/screens/Job/ScreenJobEdit.tsx b/screens/Job/ScreenJobEdit.tsx index 53a3a81..344c6bb 100644 --- a/screens/Job/ScreenJobEdit.tsx +++ b/screens/Job/ScreenJobEdit.tsx @@ -1,6 +1,7 @@ /* eslint-disable react-hooks/exhaustive-deps */ import { BaseBox, + BoxButtonOnFooter, ButtonCenteredOnly, ButtonCustom, DummyLandscapeImage, @@ -15,10 +16,7 @@ import { } from "@/components"; import DIRECTORY_ID from "@/constants/directory-id"; import { apiJobGetOne, apiJobUpdateData } from "@/service/api-client/api-job"; -import { - deleteFileService, - uploadFileService, -} from "@/service/upload-service"; +import { deleteFileService, uploadFileService } from "@/service/upload-service"; import pickImage from "@/utils/pickImage"; import { router, useLocalSearchParams } from "expo-router"; import { useEffect, useState } from "react"; @@ -126,10 +124,11 @@ export function Job_ScreenEdit() { const buttonSubmit = () => { return ( <> - handlerOnUpdate()}> - Update - - + + handlerOnUpdate()}> + Update + + ); }; @@ -138,13 +137,13 @@ export function Job_ScreenEdit() { {isLoadData ? ( ) : ( - + {imageUri ? ( @@ -201,9 +200,7 @@ export function Job_ScreenEdit() { onChangeText={(value) => setData({ ...data, deskripsi: value })} /> - - {buttonSubmit()} - + )} ); diff --git a/screens/UserSeach/MainView_V2.tsx b/screens/UserSeach/MainView_V2.tsx index 4852cc5..4180e6e 100644 --- a/screens/UserSeach/MainView_V2.tsx +++ b/screens/UserSeach/MainView_V2.tsx @@ -2,7 +2,7 @@ import { AvatarComp, ClickableCustom, Grid, - NewWrapper, + NewWrapper_V2, StackCustom, TextCustom, TextInputCustom, @@ -140,7 +140,9 @@ export default function UserSearchMainView_V2() { }); return ( -