From 9341b4d96671762039063f92f08382762c2c555c Mon Sep 17 00:00:00 2001 From: Jason Schwarzenberger Date: Fri, 20 Nov 2020 04:27:28 +0000 Subject: [PATCH] fix mistake. --- webclient/src/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webclient/src/utils.js b/webclient/src/utils.js index abedddb..18341b5 100644 --- a/webclient/src/utils.js +++ b/webclient/src/utils.js @@ -15,10 +15,10 @@ export const sourceLink = (story) => { export const infoLine = (story) => (
- {story.score} points by {story.author} + {story.score} points by {story.author_link ? {story.author} : story.author_link} ​ {moment.unix(story.date).fromNow()} - ​ on {story.link ? {story.source} : story.source} - | ​ {story.source} | ​ + 99 ? "hot" : ""} to={"/" + story.id + "/c"}> {story.num_comments} comment{story.num_comments !== 1 && "s"}