Remove unused params
This commit is contained in:
parent
baae35061b
commit
c8ae33288d
|
@ -36,8 +36,6 @@ export const sendReplaceOwner = async (
|
||||||
values: Object,
|
values: Object,
|
||||||
safeAddress: string,
|
safeAddress: string,
|
||||||
ownerAddressToRemove: string,
|
ownerAddressToRemove: string,
|
||||||
ownerNameToRemove: string,
|
|
||||||
ownersOld: List<Owner>,
|
|
||||||
openSnackbar: Function,
|
openSnackbar: Function,
|
||||||
createTransaction: Function,
|
createTransaction: Function,
|
||||||
replaceSafeOwner: Function,
|
replaceSafeOwner: Function,
|
||||||
|
@ -109,8 +107,6 @@ const ReplaceOwner = ({
|
||||||
values,
|
values,
|
||||||
safeAddress,
|
safeAddress,
|
||||||
ownerAddress,
|
ownerAddress,
|
||||||
ownerName,
|
|
||||||
owners,
|
|
||||||
openSnackbar,
|
openSnackbar,
|
||||||
createTransaction,
|
createTransaction,
|
||||||
replaceSafeOwner,
|
replaceSafeOwner,
|
||||||
|
|
Loading…
Reference in New Issue