From 08c879fedf4cc38430629367d7962dec0f8927b2 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 3 Oct 2018 18:43:48 +0200 Subject: [PATCH] AccountReceive remove unused Wrapper --- src/views/Wallet/views/AccountReceive/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/Wallet/views/AccountReceive/index.js b/src/views/Wallet/views/AccountReceive/index.js index 21a8f108..8b7249e6 100644 --- a/src/views/Wallet/views/AccountReceive/index.js +++ b/src/views/Wallet/views/AccountReceive/index.js @@ -15,8 +15,6 @@ import { FONT_SIZE, FONT_WEIGHT, FONT_FAMILY } from 'config/variables'; import type { Props } from './Container'; -const Wrapper = styled.div``; - const Label = styled.div` padding: 25px 0 5px 0; color: ${colors.TEXT_SECONDARY};