Fix linting errors
This commit is contained in:
committed by
Jacob Evans
parent
e5ea65da82
commit
6205d6c885
@@ -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);
|
||||
|
Reference in New Issue
Block a user