linting
This commit is contained in:
		@@ -51,7 +51,7 @@ export class ScalingAmountInput extends React.Component<ScalingAmountInputProps,
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public render(): React.ReactNode {
 | 
					    public render(): React.ReactNode {
 | 
				
			||||||
        const { textLengthThreshold, fontColor, maxFontSizePx, value, onFontSizeChange } = this.props;
 | 
					        const { textLengthThreshold, fontColor, maxFontSizePx, onFontSizeChange } = this.props;
 | 
				
			||||||
        return (
 | 
					        return (
 | 
				
			||||||
            <ScalingInput
 | 
					            <ScalingInput
 | 
				
			||||||
                maxFontSizePx={maxFontSizePx}
 | 
					                maxFontSizePx={maxFontSizePx}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ import { BuyQuote } from '@0x/asset-buyer';
 | 
				
			|||||||
import { BigNumber } from '@0x/utils';
 | 
					import { BigNumber } from '@0x/utils';
 | 
				
			||||||
import * as _ from 'lodash';
 | 
					import * as _ from 'lodash';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { ActionsUnion, OrderState } from '../types';
 | 
					import { ActionsUnion } from '../types';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface PlainAction<T extends string> {
 | 
					export interface PlainAction<T extends string> {
 | 
				
			||||||
    type: T;
 | 
					    type: T;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user