Skip to content

Commit

Permalink
TW-1630 Remove an irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Feb 12, 2025
1 parent adf7054 commit d900f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/templates/EvmTransactionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ interface EvmTransactionViewProps {
onSubmit: EmptyFn;
}

// TODO: add layouts for other types of EVM dApp actions
export const EvmTransactionView = memo<EvmTransactionViewProps>(
({ payload, formId, error, setFinalEvmTransaction, onSubmit }) => (
<EvmEstimationDataProvider>
Expand Down

0 comments on commit d900f48

Please sign in to comment.