Set the initial owners to one when creating a Safe

This commit is contained in:
apanizo 2018-10-10 12:28:49 +02:00
parent fbb0b7b817
commit ff6558f236
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export const calculateValuesAfterRemoving = (index: number, notRemovedOwners: nu
class SafeOwners extends React.Component<Props, State> {
state = {
numOwners: 3,
numOwners: 1,
}
onRemoveRow = (index: number) => () => {