link: remove trailing whitespace

This commit is contained in:
Fang 2020-02-05 18:13:22 +01:00
parent 4e4f005689
commit e26d2537c7
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972
9 changed files with 41 additions and 42 deletions

View File

@ -200,7 +200,7 @@ export class LinkDetail extends Component {
<Comments
path={props.path}
key={props.path + props.commentPage}
comments={props.data.comments}
comments={props.comments}
commentPage={props.commentPage}
members={props.members}
popout={props.popout}
@ -216,4 +216,3 @@ export class LinkDetail extends Component {
}
export default LinkDetail;