From d90604daccdbe1c34fb86a627c1af8e363859eca Mon Sep 17 00:00:00 2001 From: ian-jh Date: Tue, 30 Jul 2019 10:53:38 -0400 Subject: [PATCH] update code style for build --- src/components/ExchangePage/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ExchangePage/index.jsx b/src/components/ExchangePage/index.jsx index 19291e1af1..51cfb2605b 100644 --- a/src/components/ExchangePage/index.jsx +++ b/src/components/ExchangePage/index.jsx @@ -36,7 +36,6 @@ const DEADLINE_FROM_NOW = 60 * 15 // denominated in bips const GAS_MARGIN = ethers.utils.bigNumberify(1000) - const DownArrowBackground = styled.div` ${({ theme }) => theme.flexRowNoWrap} justify-content: center;