Skip to content

Commit

Permalink
Merge pull request nervosnetwork#1594 from nervosnetwork/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored May 10, 2024
2 parents c7bb3f9 + a247a5f commit 6e166e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ const getURLByIdSearch = async (searchValue: string) => {
return `/address/${attributes.addressHash}`

case SearchResultType.LockHash:
return `/address/${attributes.lockHash}`

return `/address/${attributes.addressHash}`
case SearchResultType.UDT:
if (attributes.udtType === 'omiga_inscription') {
return `/inscription/${query}`
Expand Down

0 comments on commit 6e166e0

Please sign in to comment.