Skip to content

Commit

Permalink
fix: invalid open link (#10620)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Aug 25, 2023
1 parent 86c97da commit 6c42a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export function TrendingViewDeck(props: TrendingViewDeckProps) {
{t.buy_now()}
</Button>
) : null}
{isNFT ? (
{isNFT && first(coin.home_urls) ? (
<Button
color="primary"
className={classes.buyButton}
Expand Down

0 comments on commit 6c42a07

Please sign in to comment.