Skip to content

Commit

Permalink
fix:personal
Browse files Browse the repository at this point in the history
  • Loading branch information
candosh committed Dec 19, 2023
1 parent 6f179de commit 8c9e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CompleteWriting/Personal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function CompleteWritingPersonal({ isEditMode }: isEditModeTypeProps) {
<div>
{renderContentInput(seventhContent, setSeventhContent)}
</div>
<p className="text_num">{seventhContent}/200</p>
<p className="text_num">{seventhContent.length}/200</p>
</div>
<div className="Content-Container">
<div className="maintext_container">
Expand Down

0 comments on commit 8c9e5de

Please sign in to comment.