Moving a comment to the right place
This commit is contained in:
parent
b8b2e21d01
commit
bbee08b782
2 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,6 @@ class CardDetail extends React.Component<Props, State> {
|
|||
|
||||
const icon = card.icon
|
||||
|
||||
// TODO: Replace this placeholder
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className='CardDetail content'>
|
||||
|
|
|
@ -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>'
|
||||
|
||||
|
|
Loading…
Reference in a new issue