From 493ff1a706eb381e51743a0cf55033b5e106a28f Mon Sep 17 00:00:00 2001 From: Tania Fecheta <tania.fecheta@thinslices.com> Date: Wed, 14 Nov 2018 10:53:25 +0200 Subject: [PATCH] refactor(authorReply): remove unused prop from component --- packages/component-faraday-ui/src/AuthorReply.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/component-faraday-ui/src/AuthorReply.js b/packages/component-faraday-ui/src/AuthorReply.js index 23385c0c6..4bbb8d22b 100644 --- a/packages/component-faraday-ui/src/AuthorReply.js +++ b/packages/component-faraday-ui/src/AuthorReply.js @@ -13,7 +13,6 @@ const submittingAuthor = authors => { } const AuthorReply = ({ - authorReply, authorName, submittedOn, replyContent, -- GitLab