Remove props from SendModal
This commit is contained in:
parent
00d44a4c96
commit
e0544241ae
|
@ -85,7 +85,6 @@ const Send = ({
|
|||
{activeScreen === 'sendFunds' && (
|
||||
<SendFunds
|
||||
onClose={onClose}
|
||||
setActiveScreen={setActiveScreen}
|
||||
safeAddress={safeAddress}
|
||||
etherScanLink={etherScanLink}
|
||||
safeName={safeName}
|
||||
|
@ -111,7 +110,6 @@ const Send = ({
|
|||
{activeScreen === 'sendCustomTx' && (
|
||||
<SendCustomTx
|
||||
onClose={onClose}
|
||||
setActiveScreen={setActiveScreen}
|
||||
safeAddress={safeAddress}
|
||||
etherScanLink={etherScanLink}
|
||||
safeName={safeName}
|
||||
|
|
Loading…
Reference in New Issue