Skip to content

Commit

Permalink
[Codú - codu-code#640] - remove attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb1 committed Nov 20, 2023
1 parent bbd615c commit 784b14a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/Comments/CommentsArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,11 +424,7 @@ const CommentsArea = ({ postId, postOwnerId }: Props) => {
</article>
) : (
<>
<label
htmlFor="comment"
data-view-component="true"
className="sr-only"
>
<label htmlFor="comment" className="sr-only">
What do you think?
</label>
<TextareaAutosize
Expand Down

0 comments on commit 784b14a

Please sign in to comment.