Skip to content

Commit 481d45e

Browse files
committed
refactor: 길이 props 제거 반영
1 parent 530162f commit 481d45e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/widgets/slogan/ui/SloganFormContainer

src/widgets/slogan/ui/SloganFormContainer/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ export default function SloganFormContainer() {
2727
<div className={cn("flex flex-col mt-[3.5rem] gap-24")}>
2828
<SloganInput
2929
value={state.formValues.slogan}
30-
length={state.sloganLength}
3130
onChange={handlers.handleSloganChange}
3231
/>
3332

3433
<SloganDescriptionInput
3534
value={state.formValues.description}
36-
length={state.descriptionLength}
3735
onChange={handlers.handleDescriptionChange}
3836
/>
3937

0 commit comments

Comments
 (0)