From 581193ad54271f323154dae69edba2aebd496f7d Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Thu, 26 Sep 2019 13:56:52 +0300 Subject: [PATCH] not needed type dropped --- src/common/SharePrompt/SharePrompt.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/SharePrompt/SharePrompt.js b/src/common/SharePrompt/SharePrompt.js index 367776f0e..ff22fef92 100644 --- a/src/common/SharePrompt/SharePrompt.js +++ b/src/common/SharePrompt/SharePrompt.js @@ -8,7 +8,7 @@ const styles = require('./styles'); const renderInput = ({ className, href, icon, label }) => { return ( - ); @@ -28,7 +28,7 @@ const renderUrl = (url) => { return (
- @@ -39,7 +39,7 @@ const renderUrl = (url) => { const SharePrompt = (props) => { return (
-