Apply prettier config
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {Order, ZeroEx} from '0x.js';
|
||||
import { Order, ZeroEx } from '0x.js';
|
||||
import * as _ from 'lodash';
|
||||
import * as React from 'react';
|
||||
import ReactTooltip = require('react-tooltip');
|
||||
import {Blockchain} from 'ts/blockchain';
|
||||
import {FakeTextField} from 'ts/components/ui/fake_text_field';
|
||||
import {HashData, Styles} from 'ts/types';
|
||||
import {constants} from 'ts/utils/constants';
|
||||
import { Blockchain } from 'ts/blockchain';
|
||||
import { FakeTextField } from 'ts/components/ui/fake_text_field';
|
||||
import { HashData, Styles } from 'ts/types';
|
||||
import { constants } from 'ts/utils/constants';
|
||||
|
||||
const styles: Styles = {
|
||||
textField: {
|
||||
@@ -31,11 +31,7 @@ export class HashInput extends React.Component<HashInputProps, HashInputState> {
|
||||
return (
|
||||
<div>
|
||||
<FakeTextField label={this.props.label}>
|
||||
<div
|
||||
style={styles.textField}
|
||||
data-tip={true}
|
||||
data-for="hashTooltip"
|
||||
>
|
||||
<div style={styles.textField} data-tip={true} data-for="hashTooltip">
|
||||
{msgHashHex}
|
||||
</div>
|
||||
</FakeTextField>
|
||||
|
Reference in New Issue
Block a user