From 8fe8f6c69013f6123ea84d2a9415895e12763655 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Mon, 30 Jan 2017 07:56:08 -0300 Subject: [PATCH] Working permalink --- .../PermalinkButton.js | 38 +++++++++---------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/client/coral-plugin-permalinks/PermalinkButton.js b/client/coral-plugin-permalinks/PermalinkButton.js index ca33e6e17..3643c4983 100644 --- a/client/coral-plugin-permalinks/PermalinkButton.js +++ b/client/coral-plugin-permalinks/PermalinkButton.js @@ -47,26 +47,24 @@ class PermalinkButton extends React.Component { render () { const {copySuccessful, copyFailure} = this.state; return ( -
-
- -
- this.permalinkInput = input} - value={`${this.props.articleURL}#${this.props.commentId}`} - onChange={() => {}} /> - -
+
+ +
+ this.permalinkInput = input} + value={`${this.props.articleURL}#${this.props.commentId}`} + onChange={() => {}} /> +
);