diff --git a/ui/pages/ZkEvmL2TxnBatch.tsx b/ui/pages/ZkEvmL2TxnBatch.tsx
index a3ef471f56..e2cb9811ff 100644
--- a/ui/pages/ZkEvmL2TxnBatch.tsx
+++ b/ui/pages/ZkEvmL2TxnBatch.tsx
@@ -77,7 +77,6 @@ const ZkEvmL2TxnBatch = () => {
{ batchQuery.isPlaceholderData ? : (
) }
>
diff --git a/ui/zkEvmL2TxnBatches/ZkEvmL2TxnBatchDetails.tsx b/ui/zkEvmL2TxnBatches/ZkEvmL2TxnBatchDetails.tsx
index c6d10c1c81..9c285d4c0f 100644
--- a/ui/zkEvmL2TxnBatches/ZkEvmL2TxnBatchDetails.tsx
+++ b/ui/zkEvmL2TxnBatches/ZkEvmL2TxnBatchDetails.tsx
@@ -6,6 +6,8 @@ import React from 'react';
import { ZKEVM_L2_TX_BATCH_STATUSES } from 'types/api/zkEvml2TxnBatches';
import type { ZkEvmL2TxnBatch } from 'types/api/zkEvml2TxnBatches';
+import { route } from 'nextjs-routes';
+
import clockIcon from 'icons/clock.svg';
import type { ResourceError } from 'lib/api/resources';
import dayjs from 'lib/date/dayjs';
@@ -15,6 +17,7 @@ import DataFetchAlert from 'ui/shared/DataFetchAlert';
import DetailsInfoItem from 'ui/shared/DetailsInfoItem';
import TxEntityL1 from 'ui/shared/entities/tx/TxEntityL1';
import HashStringShortenDynamic from 'ui/shared/HashStringShortenDynamic';
+import LinkInternal from 'ui/shared/LinkInternal';
import PrevNext from 'ui/shared/PrevNext';
import TextSeparator from 'ui/shared/TextSeparator';
import VerificationSteps from 'ui/shared/verificationSteps/VerificationSteps';
@@ -124,9 +127,9 @@ const ZkEvmL2TxnBatchDetails = ({ query }: Props) => {
isLoading={ isPlaceholderData }
>
- { /* */ }
- { data.transactions.length } transaction{ data.transactions.length === 1 ? '' : 's' }
- { /* */ }
+
+ { data.transactions.length } transaction{ data.transactions.length === 1 ? '' : 's' }
+