Added space to publishing info

This commit is contained in:
Jori Lallo
2016-08-15 16:13:20 +02:00
parent 95d8ff7891
commit 70050803a1

View File

@@ -36,7 +36,7 @@ class PublishingInfo extends React.Component {
{ this.props.createdBy.name } published { moment(this.props.createdAt).fromNow() }
{ this.props.createdAt !== this.props.updatedAt ? (
<span>
&nbsp;and
&nbsp;and&nbsp;
{ this.props.createdBy.id !== this.props.updatedBy.id &&
` ${this.props.updatedBy.name} ` }
modified { moment(this.props.updatedAt).fromNow() }