mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 02:57:18 +03:00
link: remove trailing whitespace
This commit is contained in:
parent
4e4f005689
commit
e26d2537c7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user