부가서비스
- SMS 결제통보 엑셀 다운로드 API 추가, 재발송 버튼 클릭시 Bottom Sheet 출현
This commit is contained in:
@@ -7,7 +7,8 @@ export const ListDateGroup = ({
|
||||
additionalServiceCategory,
|
||||
date,
|
||||
items,
|
||||
mid
|
||||
mid,
|
||||
onResendClick
|
||||
}: ListDateGroupProps) => {
|
||||
moment.locale('ko');
|
||||
const getStateDate = () => {
|
||||
@@ -65,6 +66,7 @@ export const ListDateGroup = ({
|
||||
receiverName={ items[i]?.receiverName }
|
||||
|
||||
smsCl= { items[i]?.smsCl }
|
||||
onResendClick={ onResendClick }
|
||||
></ListItem>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user