Remove props from SendModal

This commit is contained in:
Germán Martínez 2019-08-28 18:41:08 +02:00
parent 00d44a4c96
commit e0544241ae
1 changed files with 0 additions and 2 deletions

View File

@ -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}