Skip to content

Commit

Permalink
Remove unused state
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 committed Feb 26, 2024
1 parent d5686e0 commit 1afe91a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/components/Views/confirmations/SendFlow/Confirm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class Confirm extends PureComponent {
multiLayerL1FeeTotal: '0x0',
result: {},
transactionMeta: {},
preparedTransaction: {},
};

originIsWalletConnect = this.props.transaction.origin?.startsWith(
Expand Down Expand Up @@ -952,7 +951,6 @@ class Confirm extends PureComponent {

updateTransactionStateWithUpdatedNonce = (nonceValue) => {
this.props.setNonce(nonceValue);
this.setState({ preparedTransaction: {} });
};

renderCustomNonceModal = () => {
Expand Down

0 comments on commit 1afe91a

Please sign in to comment.