결제관리 무이자 정보 연결
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user