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:
parent
ea27662fc1
commit
c07bcec68c
@ -25,7 +25,6 @@ const Left = styled.div`
|
||||
`;
|
||||
|
||||
const Right = styled.div``;
|
||||
|
||||
const Body = styled.div``;
|
||||
|
||||
const Title = styled.div`
|
||||
@ -68,9 +67,8 @@ class Group extends Component {
|
||||
size={30}
|
||||
icon={getIcon(type)}
|
||||
/>
|
||||
<Title
|
||||
color={color}
|
||||
>{groupNotifications.length} {groupNotifications.length > 1 ? `${type}s` : type}
|
||||
<Title color={color}>
|
||||
{groupNotifications.length} {groupNotifications.length > 1 ? `${type}s` : type}
|
||||
</Title>
|
||||
</Left>
|
||||
<Right>
|
||||
|
@ -4,7 +4,6 @@ import CaseImage from 'images/case.png';
|
||||
import styled from 'styled-components';
|
||||
import Header from 'components/Header';
|
||||
import Footer from 'components/Footer';
|
||||
import GroupNotifications from 'components/Notification/NotificationGroups';
|
||||
import Log from 'components/Log';
|
||||
import Link from 'components/Link';
|
||||
import Loader from 'components/Loader';
|
||||
@ -109,7 +108,6 @@ export default (props: Props) => {
|
||||
{(shouldShowConnectDevice || shouldShowDisconnectDevice) && (
|
||||
<div>
|
||||
<TitleWrapper>
|
||||
<GroupNotifications />
|
||||
<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 allows you to easily control your funds, manage your balance and initiate transfers.</P>
|
||||
|
Loading…
Reference in New Issue
Block a user