From 1aacb565d4d90b8b1a6562266ba0185e987ec20c Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 19 May 2017 20:10:49 -0300 Subject: [PATCH] linting --- client/coral-embed-stream/src/components/Embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-embed-stream/src/components/Embed.js b/client/coral-embed-stream/src/components/Embed.js index e6ae3f367..2c22cc8a0 100644 --- a/client/coral-embed-stream/src/components/Embed.js +++ b/client/coral-embed-stream/src/components/Embed.js @@ -36,7 +36,7 @@ export default class Embed extends React.Component { render () { const {activeTab, viewAllComments, commentId} = this.props; const {asset: {totalCommentCount}} = this.props.root; - const {loggedIn, isAdmin, user} = this.props.auth; + const {loggedIn, isAdmin} = this.props.auth; return (