Skip to content

Commit b086369

Browse files
author
Carlos Rufo Jimenez
committed
fix(Link): votes by text
1 parent fefde0a commit b086369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Link extends Component {
5555
{this.props.link.votes.length} votes | by{' '}
5656
{this.props.link.postedBy
5757
? this.props.link.postedBy.name
58-
: 'Unknown'}
58+
: 'Unknown'}{' '}
5959
{timeDifferenceForDate(this.props.link.createdAt)}
6060
</div>
6161
</div>

0 commit comments

Comments
 (0)