Enforce triple eq

This commit is contained in:
Jori Lallo
2017-07-01 17:19:45 -07:00
parent fdd787d49c
commit f6e3e1d828
2 changed files with 2 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ class PublishingInfo extends Component {
))}
</Avatars>}
{createdAt == updatedAt
{createdAt === updatedAt
? <span>
{createdBy.name}
{' '}