- 계좌성명조회 페이지 수정
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user