Eslint fix

This commit is contained in:
Mikhail Mikheev 2019-09-03 13:23:58 +04:00
parent 4d0007b13b
commit c0220ed135
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ type Action = 'AddOwner' | 'EditOwner' | 'ReplaceOwner' | 'RemoveOwner'
class ManageOwners extends React.Component<Props, State> {
constructor(props) {
super(props)
this.state = {
selectedOwnerAddress: undefined,
selectedOwnerName: undefined,