결제관리 무이자 정보 연결

This commit is contained in:
focp212@naver.com
2025-09-19 12:04:27 +09:00
parent f91ad04506
commit ffa5b88932
5 changed files with 118 additions and 65 deletions

View File

@@ -1,4 +1,6 @@
import { PaymentInfoItemType } from '../model/types';
import {
PaymentInfoItemType,
} from '../model/types';
export interface InfoItemProps {
type?: PaymentInfoItemType;
@@ -17,8 +19,8 @@ export const InfoItem = ({
}: InfoItemProps) => {
const onClickToOpenBottomSheet = () => {
if(!!infoLink){
if(setNoInterestInfoBottomSheetOn){
setNoInterestInfoBottomSheetOn(true);
}
};
return (