Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix NFT under Spam should has the ability to be hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-xu committed Sep 13, 2023
1 parent 7af0f2e commit 77abe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraveWallet/Crypto/NFT/NFTView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ struct NFTView: View {

private func isHiddenNFT(_ nft: BraveWallet.BlockchainToken) -> Bool {
if nftStore.displayType == .spam {
return true
return false
} else {
return !nft.visible
}
Expand Down

0 comments on commit 77abe06

Please sign in to comment.