diff --git a/src/components/DogProfile/index.tsx b/src/components/DogProfile/index.tsx index 4f326b6..309cc7c 100644 --- a/src/components/DogProfile/index.tsx +++ b/src/components/DogProfile/index.tsx @@ -20,7 +20,7 @@ export default function DogProfile({ dogProfile, isEditBtnVisible = false }: Dog {isEditBtnVisible && ( - pushModal()}> + pushModal(, 'slideLeft')}> )} diff --git a/src/modals/RegisterDogModal/FamilyCodeSection/index.tsx b/src/modals/RegisterDogModal/FamilyCodeSection/index.tsx index 52ac66b..25f7491 100644 --- a/src/modals/RegisterDogModal/FamilyCodeSection/index.tsx +++ b/src/modals/RegisterDogModal/FamilyCodeSection/index.tsx @@ -24,7 +24,8 @@ export default function FamilyCodeSection() { return } const dogProfiles = await fetchFamilyDogsMutation.mutateAsync(familyCode) - if (dogProfiles) pushModal() + if (dogProfiles) + pushModal(, 'slideLeft') } return ( <> diff --git a/src/pages/FamilyDDangPage/index.tsx b/src/pages/FamilyDDangPage/index.tsx index bc7dae7..8fd5d8c 100644 --- a/src/pages/FamilyDDangPage/index.tsx +++ b/src/pages/FamilyDDangPage/index.tsx @@ -22,7 +22,7 @@ export default function FamilyDDang() { }, [modalList]) const onClickCodeShare = () => { - pushModal() + pushModal(, 'slideLeft') } return ( diff --git a/src/pages/LogPage/index.tsx b/src/pages/LogPage/index.tsx index 983017a..8f1aba1 100644 --- a/src/pages/LogPage/index.tsx +++ b/src/pages/LogPage/index.tsx @@ -32,7 +32,11 @@ export default function LogPage() {
밤톨이 일기 - pushModal()} /> + pushModal(, 'slideLeft')} + />