From 70050803a1d659628c52a8a9af21cbdcb06f1f95 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 15 Aug 2016 16:13:20 +0200 Subject: [PATCH] Added space to publishing info --- frontend/components/PublishingInfo/PublishingInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }