forked from tanner/qotnews
fix mistake.
This commit is contained in:
parent
9341b4d966
commit
0bfa920654
|
@ -15,7 +15,7 @@ export const sourceLink = (story) => {
|
|||
|
||||
export const infoLine = (story) => (
|
||||
<div className="info">
|
||||
{story.score} points by {story.author_link ? <a href={story.author_link}>{story.author}</a> : story.author_link}
|
||||
{story.score} points by {story.author_link ? <a href={story.author_link}>{story.author}</a> : story.author}
|
||||
​ {moment.unix(story.date).fromNow()}
|
||||
​ on <a href={story.link}>{story.source}</a> | ​
|
||||
<Link
|
||||
|
|
Loading…
Reference in New Issue
Block a user