Skip to content

Commit

Permalink
fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
b-pmcg committed Oct 28, 2019
1 parent 338cb13 commit d53bade
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/layouts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { connect } from 'react-redux';
import { NavLink } from 'react-router-dom';
import { withRouter } from 'react-router';
import mixpanel from 'mixpanel-browser';
import { Header, Footer } from '@makerdao/ui-components';
import { Footer } from '@makerdao/ui-components';
import { colors, fonts } from '../theme';
import { onboardingOpen, OnboardingStates } from '../reducers/onboarding';
import { modalOpen } from '../reducers/modal';
Expand Down Expand Up @@ -103,11 +103,6 @@ const Padding = styled.div`
height: 25px;
`;

const BorderLine = styled.div`
height: 1px;
background-color: #445162;
`;

const NetworkNotification = styled.div`
color: ${({ theme }) => theme.text.header_dim};
align-self: center;
Expand Down

1 comment on commit d53bade

@vercel
Copy link

@vercel vercel bot commented on d53bade Oct 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.