Added space to publishing info
This commit is contained in:
@@ -36,7 +36,7 @@ class PublishingInfo extends React.Component {
|
|||||||
{ this.props.createdBy.name } published { moment(this.props.createdAt).fromNow() }
|
{ this.props.createdBy.name } published { moment(this.props.createdAt).fromNow() }
|
||||||
{ this.props.createdAt !== this.props.updatedAt ? (
|
{ this.props.createdAt !== this.props.updatedAt ? (
|
||||||
<span>
|
<span>
|
||||||
and
|
and
|
||||||
{ this.props.createdBy.id !== this.props.updatedBy.id &&
|
{ this.props.createdBy.id !== this.props.updatedBy.id &&
|
||||||
` ${this.props.updatedBy.name} ` }
|
` ${this.props.updatedBy.name} ` }
|
||||||
modified { moment(this.props.updatedAt).fromNow() }
|
modified { moment(this.props.updatedAt).fromNow() }
|
||||||
|
|||||||
Reference in New Issue
Block a user