-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: 주소 목록페이지 생성 #146
Feat: 주소 목록페이지 생성 #146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
@@ -3,27 +3,16 @@ import { LuUsers } from 'react-icons/lu'; | |||
import ProductItem from '../common/item/ProductItem'; | |||
import { formatCurrencyWithWon } from '@/utils/formatCurrencyWithWon'; | |||
import MinPrice from '../common/atomic/MinPrice'; | |||
import CreatedAt from '../common/atomic/Created'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
파일명도 CreateAt으로 변경하는건 어떤가요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵!! 그렇네요 둘이 다르군요
src/components/user/UserOrder.tsx
Outdated
@@ -98,7 +98,7 @@ const UserOrder = ({ participantCount, preRegisterCount, registeredAuctionCount} | |||
<div | |||
className="flex flex-col items-center w-1/2 p-4 border rounded-lg cursor-pointer border-gray2" | |||
onClick={() => | |||
navigate(ROUTERS.REGISTERED_LIST, { state: { sortType: false } }) | |||
navigate(ROUTERS.REGISTERED_LIST, { state: { sortType: 'preEnroll' } }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사전경매는 preAuction으로 통일해요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵!!
💡 작업 내용
💡 자세한 설명
✅ 셀프 체크리스트
closes #이슈번호