Skip to content

Commit

Permalink
πŸ’© : #272 - build μ—λŸ¬ 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdl60 committed Dec 18, 2023
1 parent 4494c2a commit 1cc085d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/WritablePlan/WritablePlan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export default function WritablePlan({
nextTextAreaRef={nextTextAreaRef}
/>
<div>
<InputTag
inputValue={inputTagValue}
onChange={setInputValue}
onSubmit={handleAddTag}
/>
<InputTag onSubmit={handleAddTag} />
{tags.map((tag, index) => (
<Tag
key={index}
Expand Down

0 comments on commit 1cc085d

Please sign in to comment.