diff --git a/frontend/components/PublishingInfo/PublishingInfo.js b/frontend/components/PublishingInfo/PublishingInfo.js index 2d22753ba..87c1097ef 100644 --- a/frontend/components/PublishingInfo/PublishingInfo.js +++ b/frontend/components/PublishingInfo/PublishingInfo.js @@ -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 ? ( -  and +  and  { this.props.createdBy.id !== this.props.updatedBy.id && ` ${this.props.updatedBy.name} ` } modified { moment(this.props.updatedAt).fromNow() }