diff --git a/webclient/src/utils.js b/webclient/src/utils.js index 682cce1..abedddb 100644 --- a/webclient/src/utils.js +++ b/webclient/src/utils.js @@ -16,12 +16,11 @@ export const sourceLink = (story) => { export const infoLine = (story) => (
{story.score} points by {story.author} - ​ {moment.unix(story.date).fromNow()} - ​ on {story.source} | ​ - {story.source} : story.source} + | ​ 99 ? "hot" : ""} - to={"/" + story.id + "/c"} - > + to={"/" + story.id + "/c"}> {story.num_comments} comment{story.num_comments !== 1 && "s"}