From 5ec5a56c862b56bd773066cf19e98219891e3a55 Mon Sep 17 00:00:00 2001 From: isstuev Date: Fri, 20 Dec 2024 14:51:47 +0100 Subject: [PATCH] Explorers section: bring hashes to lower case in the url --- ui/pages/Address.tsx | 2 +- ui/token/TokenPageTitle.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/pages/Address.tsx b/ui/pages/Address.tsx index 0fa028ae2f..f0795e5651 100644 --- a/ui/pages/Address.tsx +++ b/ui/pages/Address.tsx @@ -406,7 +406,7 @@ const AddressPageContent = () => { } { !isLoading && addressEnsDomainsQuery.data && config.features.nameService.isEnabled && } - + ); diff --git a/ui/token/TokenPageTitle.tsx b/ui/token/TokenPageTitle.tsx index 544923077d..7ab4593369 100644 --- a/ui/token/TokenPageTitle.tsx +++ b/ui/token/TokenPageTitle.tsx @@ -135,7 +135,7 @@ const TokenPageTitle = ({ tokenQuery, addressQuery, hash }: Props) => { - + );