Skip to content

Commit

Permalink
feat: 모달 사용시 필요한 액션, prop 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
shinhyojeong committed Aug 19, 2023
1 parent d9e1f35 commit 571319b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/product/PriceOfferModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const MOCK_CITY = [
]

const initialOfferForm = {
price: 0,
tradeMethod: 0,
tradeLocation: {
city: 0,
Expand Down
2 changes: 1 addition & 1 deletion src/components/product/PriceOfferModal/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type OfferForm = {
price: number
price?: number
tradeMethod: number
tradeLocation: {
city: number
Expand Down

0 comments on commit 571319b

Please sign in to comment.