Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
thal0x committed Nov 9, 2023
1 parent 6e2e612 commit d8d49b1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/TransactionDialog/TransactionDialogContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,6 @@ const TransactionDialogContent: FC<Props> = ({
return "";
}, [chains, route.operations]);

// const evmSourceFinalityTime = useMemo(() => {
// if (!includesEvmChain) return "";
// const [sourceChainID] = route.chainIDs;
// return getFinalityTime(sourceChainID);
// }, [includesEvmChain, route.chainIDs]);

if (txComplete) {
return (
<TransactionSuccessView
Expand Down

0 comments on commit d8d49b1

Please sign in to comment.