Skip to content

Commit

Permalink
refactor: remove TxContent component and related files
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Feb 3, 2025
1 parent f969d51 commit 1a6c5ec
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 296 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export function TransactionRequest() {
<TxDetails
tx={txSummarySimulated}
txRequest={proposedTxRequest}
showDetails
isLoading={isLoadingInfo || !defaultValues}
showDetails
/>
)}
{shouldShowTxExecuted && (
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion packages/app/src/systems/Transaction/components/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './TxContent';
export * from './TxFee';
export * from './TxFromTo';
export * from './TxHeader';
Expand Down

0 comments on commit 1a6c5ec

Please sign in to comment.