Skip to content

Commit

Permalink
fix: コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
daiHash committed Dec 18, 2024
1 parent cdfa61e commit 3831a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smarthr-ui/src/components/Textarea/Textarea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const Textarea = forwardRef<HTMLTextAreaElement, Props & ElementProps>(
if (maxLetters === undefined) return

if (counterValue > maxLetters) {
// {count}文字超過
// {count}文字オーバー
return `${counterValue - maxLetters}${afterMaxLettersCount}${maxLettersCountExceeded}`
}

Expand Down

0 comments on commit 3831a9d

Please sign in to comment.