From 0bfa92065419b0f7d573f56dd5167d861aad06e6 Mon Sep 17 00:00:00 2001 From: Jason Schwarzenberger Date: Fri, 20 Nov 2020 04:29:54 +0000 Subject: [PATCH] fix mistake. --- webclient/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webclient/src/utils.js b/webclient/src/utils.js index 18341b5..6a05471 100644 --- a/webclient/src/utils.js +++ b/webclient/src/utils.js @@ -15,7 +15,7 @@ export const sourceLink = (story) => { export const infoLine = (story) => (
- {story.score} points by {story.author_link ? {story.author} : story.author_link} + {story.score} points by {story.author_link ? {story.author} : story.author} ​ {moment.unix(story.date).fromNow()} ​ on {story.source} | ​