diff --git a/src/pages/common/Post.js b/src/pages/common/Post.js index 6c547cb..3093f27 100644 --- a/src/pages/common/Post.js +++ b/src/pages/common/Post.js @@ -5,7 +5,7 @@ import { prettyScore, prettyDate, prettyTimeDiff, exactDateTime, parse, redditTh export default (props) => { if (!props.title) { if (props.removed) { - const permalink = `/r/${props.subreddit}/comments/${props.id}` + const permalink = `/r/${props.subreddit}/comments/${props.id}/` return (