From e5829cf5bf73b3f908f287d76f802974a0c93490 Mon Sep 17 00:00:00 2001 From: Igor Stuev <108066576+isstuev@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:49:36 +0100 Subject: [PATCH] Explorers section: bring hashes to lower case in the url (#2481) --- 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 0b1d80c05e..5cd1347bb3 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) => { - + );