Skip to content

Commit

Permalink
feat(sell p3): remove sell banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed Nov 18, 2020
1 parent 98f04df commit d3597ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 78 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
import { Props as OwnProps, SuccessStateType } from '../index'
import { SBPairType } from 'core/types'
import CryptoItem from './CryptoItem'
import SellBanner from './SellBanner'

const Wrapper = styled.div`
display: flex;
Expand Down Expand Up @@ -136,7 +135,6 @@ const CryptoSelector: React.FC<InjectedFormProps<{}, Props> &
))}
</Currencies>
</Form>
{orderType === 'SELL' && <SellBanner />}
</Wrapper>
)
}
Expand Down

0 comments on commit d3597ee

Please sign in to comment.