Moving a comment to the right place

This commit is contained in:
Jesús Espino 2020-10-25 19:06:24 +01:00
parent b8b2e21d01
commit bbee08b782
2 changed files with 2 additions and 2 deletions

View file

@ -116,8 +116,6 @@ class CardDetail extends React.Component<Props, State> {
const icon = card.icon
// TODO: Replace this placeholder
return (
<>
<div className='CardDetail content'>

View file

@ -36,6 +36,8 @@ class CommentsList extends React.Component<Props> {
public render(): JSX.Element {
const {comments, intl} = this.props
// TODO: Replace this placeholder
const username = 'John Smith'
const userImageUrl = 'data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" style="fill: rgb(192, 192, 192);"><rect width="100" height="100" /></svg>'