mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
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> {
|
class ManageOwners extends React.Component<Props, State> {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props)
|
super(props)
|
||||||
|
|
||||||
this.state = {
|
this.state = {
|
||||||
selectedOwnerAddress: undefined,
|
selectedOwnerAddress: undefined,
|
||||||
selectedOwnerName: undefined,
|
selectedOwnerName: undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user