Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Get rid of linter warnings
  • Loading branch information
swaterkamp committed Sep 18, 2018
1 parent d1bca0e commit d820416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gsa/src/web/components/layout/withLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/

import styled from 'styled-components';
import glamorous from 'glamorous';

import {isDefined} from 'gmp/utils/identity';
import {map} from 'gmp/utils/array';

Expand Down
2 changes: 0 additions & 2 deletions gsa/src/web/components/table/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import React from 'react';

import styled from 'styled-components';

import {isDefined} from 'gmp/utils/identity';

import PropTypes from 'web/utils/proptypes';

const Table = ({
Expand Down

0 comments on commit d820416

Please sign in to comment.