From 200c0ea4cf050673b5b14fdd6146debcc29b10f6 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 3 Oct 2018 18:45:31 +0200 Subject: [PATCH] AccountSend remove unused Wrapper --- src/views/Wallet/views/AccountSend/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/Wallet/views/AccountSend/index.js b/src/views/Wallet/views/AccountSend/index.js index 21e09c4a..0f1a726b 100644 --- a/src/views/Wallet/views/AccountSend/index.js +++ b/src/views/Wallet/views/AccountSend/index.js @@ -23,8 +23,6 @@ import type { Props } from './Container'; // and put it inside config/variables.js const SmallScreenWidth = '850px'; -const Wrapper = styled.section``; - const AmountInputLabelWrapper = styled.div` display: flex; justify-content: space-between; @@ -249,7 +247,7 @@ const AccountSend = (props: Props) => { return ( - +

Send Ethereum or tokens

{ network={network} /> )} -
+
); };