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