diff --git a/components/Search/SearchResult.tsx b/components/Search/SearchResult.tsx index 5ecf328e..4f9a0542 100644 --- a/components/Search/SearchResult.tsx +++ b/components/Search/SearchResult.tsx @@ -46,7 +46,7 @@ export default function SearchResult({ status, data }: SearchResultProps) { key: item.evmHash || item.cosmosHash, type: 'Transaction', value: item.evmHash || item.cosmosHash, - linkValue: `${item.evmHash}&type=evm` || item.cosmosHash + linkValue: item.evmHash ? `${item.evmHash}&type=evm` : item.cosmosHash }) } }