mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add integration test for comments (not finished)
This commit is contained in:
@@ -20,6 +20,7 @@ const NewComment = ({
|
||||
<textarea
|
||||
value={body}
|
||||
onChange={handleChange}
|
||||
className="newCommentBody"
|
||||
/>
|
||||
<Button onClick={() => handleSubmit(body, parentId)}>Submit</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user