부가서비스: 계좌명 인증 상태 표시 및 날짜 선택기 개선
- AccountHolderAuth에서 transferStatus 기반 성공/실패 표시 추가 - SingleDatePicker 컴포넌트 생성 및 링크결제 Step1에 적용 - 각 리스트 아이템에 key prop 추가로 React 경고 해결 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { AuthAndTransferStatus } from "../types";
|
||||
|
||||
export const authStatusBtnGroup = [
|
||||
{ name: '전체', value: AuthAndTransferStatus.ALL },
|
||||
{ name: '요청', value: AuthAndTransferStatus.REQUEST},
|
||||
{ name: '성공', value: AuthAndTransferStatus.SUCCESS},
|
||||
{ name: '실패', value: AuthAndTransferStatus.FAIL}
|
||||
]
|
||||
Reference in New Issue
Block a user