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"}