|
|
@ -18,6 +18,7 @@ import type { |
|
|
MarriageFieldValue, |
|
|
MarriageFieldValue, |
|
|
MarriageGender, |
|
|
MarriageGender, |
|
|
MarriagePhoneFieldValue, |
|
|
MarriagePhoneFieldValue, |
|
|
|
|
|
MarriageProfileResponse, |
|
|
} from "@/hooks/marriage/types"; |
|
|
} from "@/hooks/marriage/types"; |
|
|
import { useRespondToMarriageCaseMutation } from "@/hooks/marriage/use-case-respond"; |
|
|
import { useRespondToMarriageCaseMutation } from "@/hooks/marriage/use-case-respond"; |
|
|
import { useMarriageProfileQuery } from "@/hooks/marriage/use-profile-main"; |
|
|
import { useMarriageProfileQuery } from "@/hooks/marriage/use-profile-main"; |
|
|
@ -266,7 +267,7 @@ function formatBoldText(text: string) { |
|
|
|
|
|
|
|
|
type NewMatchProfilePageProps = { |
|
|
type NewMatchProfilePageProps = { |
|
|
onClose?: () => void; |
|
|
onClose?: () => void; |
|
|
profile?: MarriageProfile; |
|
|
|
|
|
|
|
|
profile?: MarriageProfileResponse; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
export default function NewMatchProfilePage({ |
|
|
export default function NewMatchProfilePage({ |
|
|
|