diff --git a/explorer/src/providers/transactions.tsx b/explorer/src/providers/transactions.tsx index e1135d7470..3ca5f24e7b 100644 --- a/explorer/src/providers/transactions.tsx +++ b/explorer/src/providers/transactions.tsx @@ -136,7 +136,8 @@ function urlSignatures(): Array { .concat(findGetParameter("transactions")?.split(",") || []) .concat(findPathSegment("tx")?.split(",") || []) .concat(findPathSegment("txn")?.split(",") || []) - .concat(findPathSegment("transaction")?.split(",") || []); + .concat(findPathSegment("transaction")?.split(",") || []) + .concat(findPathSegment("transactions")?.split(",") || []); } function initState(): State {