We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefde0a commit b086369Copy full SHA for b086369
src/components/Link.js
@@ -55,7 +55,7 @@ class Link extends Component {
55
{this.props.link.votes.length} votes | by{' '}
56
{this.props.link.postedBy
57
? this.props.link.postedBy.name
58
- : 'Unknown'}
+ : 'Unknown'}{' '}
59
{timeDifferenceForDate(this.props.link.createdAt)}
60
</div>
61
0 commit comments