Eslint fix
This commit is contained in:
parent
4d0007b13b
commit
c0220ed135
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue