Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee11d0 commit 1cbbb5fCopy full SHA for 1cbbb5f
src/components/MessageForm/index.js
@@ -31,7 +31,7 @@ export const MessageForm = ({ user }) => {
31
</Form.Group>
32
<div className="MessageForm_Options">
33
<span className="MessageForm_TextCount" title="text-count">
34
- 0 / {MAX_MESSAGE_TEXT_LENGTH} {/* TODO: update text letter count */}
+ {text.length} / {MAX_MESSAGE_TEXT_LENGTH}
35
</span>
36
<Button
37
className="MessageForm_TweetButton"
0 commit comments