Skip to content

Commit

Permalink
fix(calculator): desktop subject 1개일 때 delete
Browse files Browse the repository at this point in the history
  • Loading branch information
김성욱 authored and 42sungwook committed Oct 18, 2023
1 parent 303730d commit 5326489
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type CalculatorInputContentTableViewProps = {

export const CalculatorInputContentTableView = ({
onSubjectListChange,
onSubjectDelete,
onInputChange,
onCheckboxChange,
}: CalculatorInputContentTableViewProps) => {
Expand Down Expand Up @@ -104,6 +105,7 @@ export const CalculatorInputContentTableView = ({
tableRowList={subjectList}
index={index}
onListChange={onSubjectListChange}
handleDelete={onSubjectDelete}
/>
</td>
</tr>
Expand Down

0 comments on commit 5326489

Please sign in to comment.