Skip to content

Commit

Permalink
fix: [GSW-2033] Native TokenDetail Link
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Jan 6, 2025
1 parent 0cbbce1 commit 62ebecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const SwapTokenInfo = ({ token }: SwapTokenInfoProps) => {
name: token.name,
symbol: token.symbol,
logoURI: token.logoURI,
path: token.type === "native" ? token.wrappedPath : token.path,
path: token.path,
isNative: token.type === "native",
}),
[token],
Expand Down

0 comments on commit 62ebecf

Please sign in to comment.