Skip to content

Commit

Permalink
[#24] handleAddItem 사람 항목 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hanseulhee committed Apr 7, 2024
1 parent 7dfaa2c commit 9cffe39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function ItemAddBtn() {
id: new Date().toISOString(),
name: '',
score: null,
people: null,
}
setInvestmentItem((prev) => [...prev, newItem])
}
Expand Down

0 comments on commit 9cffe39

Please sign in to comment.