Skip to content

Commit

Permalink
fix: remove showMethodCall from confirmation view props
Browse files Browse the repository at this point in the history
  • Loading branch information
clovisdasilvaneto committed Sep 18, 2024
1 parent e004613 commit eacfd74
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/tx/SignOrExecuteForm/SignOrExecuteForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,7 @@ export const SignOrExecuteForm = ({
</ErrorBoundary>
)}

<ConfirmationView
isCreation={isCreation}
txDetails={props.txDetails}
safeTx={safeTx}
isBatch={props.isBatch}
showMethodCall={props.showMethodCall}
/>
<ConfirmationView isCreation={isCreation} txDetails={props.txDetails} safeTx={safeTx} isBatch={props.isBatch} />

{!isCounterfactualSafe && !props.isRejection && <BlockaidBalanceChanges />}
</TxCard>
Expand Down

0 comments on commit eacfd74

Please sign in to comment.