diff --git a/src/components/transactions/TxSummary/index.tsx b/src/components/transactions/TxSummary/index.tsx index 1b786f7e42..af455a3878 100644 --- a/src/components/transactions/TxSummary/index.tsx +++ b/src/components/transactions/TxSummary/index.tsx @@ -75,7 +75,7 @@ const TxSummary = ({ item, isConflictGroup, isBulkGroup }: TxSummaryProps): Reac {isQueue && executionInfo && ( - {executionInfo.confirmationsSubmitted > 0 ? ( + {executionInfo.confirmationsSubmitted > 0 || isPending ? (