From 203d35e6d10b7281e02aae0b77c21f6239b1549f Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Thu, 15 Dec 2016 14:33:33 -0700 Subject: [PATCH] link to comment instead of article --- client/coral-plugin-history/Comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-plugin-history/Comment.js b/client/coral-plugin-history/Comment.js index c54a0feef..37a93df13 100644 --- a/client/coral-plugin-history/Comment.js +++ b/client/coral-plugin-history/Comment.js @@ -6,7 +6,7 @@ const Comment = props => { return (

- {props.asset.url} + {`${props.asset.url}#${props.comment.id}`}

{props.comment.body}