Skip to content

Commit

Permalink
[#50] 타입수정
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed Apr 8, 2024
1 parent 28d96e1 commit 9f24946
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function ItemAddBtn() {
const newItem: ActiveInvestmentItemType = {
id: new Date().toISOString(),
name: '',
score: null,
people: null,
score: 0,
people: 0,
}
setInvestmentItem((prev) => [...prev, newItem])
}
Expand Down

0 comments on commit 9f24946

Please sign in to comment.