Skip to content

Commit

Permalink
refactor: element key μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Aug 8, 2024
1 parent 821523d commit 5cca493
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const PutAndDeleteBillActionModal = ({
<LabelGroupInput labelText="μ§€μΆœλ‚΄μ—­ / κΈˆμ•‘" errorText={errorMessage}>
<LabelGroupInput.Element
aria-label="μ§€μΆœ λ‚΄μ—­"
elementKey={'0'}
elementKey={'title'}
type="text"
value={inputPair.title}
onChange={event => handleInputChange('title', event)}
Expand All @@ -46,7 +46,7 @@ const PutAndDeleteBillActionModal = ({
/>
<LabelGroupInput.Element
aria-label="κΈˆμ•‘"
elementKey={'0'}
elementKey={'price'}
type="number"
value={inputPair.price}
onChange={event => handleInputChange('price', event)}
Expand Down

0 comments on commit 5cca493

Please sign in to comment.