Fix linting errors

This commit is contained in:
Fred Carlsen
2019-02-14 20:38:06 +01:00
committed by Jacob Evans
parent e5ea65da82
commit 6205d6c885
12 changed files with 38 additions and 129 deletions

View File

@@ -7,6 +7,7 @@ import { BigNumber } from '@0x/utils';
import { Web3Wrapper } from '@0x/web3-wrapper';
import { constants } from 'ts/utils/constants';
// tslint:disable-next-line: no-duplicate-imports
import { ChangeEvent } from 'react';
import { AddressTableRow } from 'ts/pages/governance/address_table_row';
@@ -21,11 +22,6 @@ interface AddressTableState {
selectedAddressIndex?: number;
}
interface RowProps {
color: string;
width: number;
}
export class AddressTable extends React.Component<AddressTableProps, AddressTableState> {
constructor(props: AddressTableProps) {
super(props);