Skip to content

Commit

Permalink
PR Review Podcastindex-org#233 - Comments - fix attribute errors
Browse files Browse the repository at this point in the history
References:
-
Podcastindex-org#253 (comment)

Co-authored-by: Steven Crader <[email protected]>
  • Loading branch information
dellagustin and stevencrader committed May 7, 2023
1 parent a0bd277 commit 09396eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/Comments/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class Comment extends React.PureComponent<ICommentProps, ICommentState> {
<time>{this.props.comment.publishedAt.toLocaleString()}</time>
</a>
<button className="context-menu" aria-label="More" onClick={() => this.onClickShowMenu()}>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="24" height="24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M6.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM18.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" />
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="24" height="24" strokeWidth="1.5" stroke="currentColor">
<path strokeLinecap="round" strokeLinejoin="round" d="M6.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM18.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" />
</svg>
{ this.state.showMenu &&
<CommentMenu
Expand Down

0 comments on commit 09396eb

Please sign in to comment.