precommit hook changes

This commit is contained in:
Mikhail Mikheev 2019-03-19 19:14:49 +04:00
parent 2b968d53da
commit 8bea32118e
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ class Layout extends React.Component<Props, State> {
}
render() {
const { safe, provider, network, classes, granted, tokens, activeTokens } = this.props
const {
safe, provider, network, classes, granted, tokens, activeTokens,
} = this.props
const { value } = this.state
if (!safe) {