- 계좌성명조회 페이지 수정

This commit is contained in:
HyeonJongKim
2025-10-23 20:28:19 +09:00
parent fdd565a0de
commit 583cb3a2df
7 changed files with 168 additions and 128 deletions

View File

@@ -23,7 +23,7 @@ export const AccountHolderAuthList = ({
date = requestDate;
}
if (date !== requestDate) {
date = requestDate;
if (list.length > 0) {
rs.push(
<ListDateGroup
@@ -34,6 +34,7 @@ export const AccountHolderAuthList = ({
></ListDateGroup>
);
}
date = requestDate;
list = [];
}
list.push(items);