1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

Remove devel code

This commit is contained in:
Vladimir Volek 2018-09-26 23:43:27 +02:00
parent ea27662fc1
commit c07bcec68c
2 changed files with 2 additions and 6 deletions

View File

@ -25,7 +25,6 @@ const Left = styled.div`
`; `;
const Right = styled.div``; const Right = styled.div``;
const Body = styled.div``; const Body = styled.div``;
const Title = styled.div` const Title = styled.div`
@ -68,9 +67,8 @@ class Group extends Component {
size={30} size={30}
icon={getIcon(type)} icon={getIcon(type)}
/> />
<Title <Title color={color}>
color={color} {groupNotifications.length} {groupNotifications.length > 1 ? `${type}s` : type}
>{groupNotifications.length} {groupNotifications.length > 1 ? `${type}s` : type}
</Title> </Title>
</Left> </Left>
<Right> <Right>

View File

@ -4,7 +4,6 @@ import CaseImage from 'images/case.png';
import styled from 'styled-components'; import styled from 'styled-components';
import Header from 'components/Header'; import Header from 'components/Header';
import Footer from 'components/Footer'; import Footer from 'components/Footer';
import GroupNotifications from 'components/Notification/NotificationGroups';
import Log from 'components/Log'; import Log from 'components/Log';
import Link from 'components/Link'; import Link from 'components/Link';
import Loader from 'components/Loader'; import Loader from 'components/Loader';
@ -109,7 +108,6 @@ export default (props: Props) => {
{(shouldShowConnectDevice || shouldShowDisconnectDevice) && ( {(shouldShowConnectDevice || shouldShowDisconnectDevice) && (
<div> <div>
<TitleWrapper> <TitleWrapper>
<GroupNotifications />
<H2 claim>The private bank in your hands.</H2> <H2 claim>The private bank in your hands.</H2>
<P>TREZOR Wallet is an easy-to-use interface for your TREZOR.</P> <P>TREZOR Wallet is an easy-to-use interface for your TREZOR.</P>
<P>TREZOR Wallet allows you to easily control your funds, manage your balance and initiate transfers.</P> <P>TREZOR Wallet allows you to easily control your funds, manage your balance and initiate transfers.</P>