Skip to content

Commit

Permalink
UX: Fix Display Property in NFTs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Jul 18, 2023
1 parent 5d17f86 commit 944a21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ exports[`NFT Details should match minimal props and state snapshot 1`] = `
data-testid="nft-item"
>
<div
class="mm-box mm-badge-wrapper nft-item__badge-wrapper"
class="mm-box mm-badge-wrapper nft-item__badge-wrapper mm-box--display-block"
>
<img
alt="MUNK #1 1"
Expand Down
2 changes: 1 addition & 1 deletion ui/components/multichain/nft-item/nft-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const NftItem = ({
})}
anchorElementShape={BadgeWrapperAnchorElementShape.circular}
positionObj={{ top: -4, right: -4 }}
display={Display.BLOCK}
display={Display.Block}
badge={
<AvatarNetwork
className="nft-item__network-badge"
Expand Down

0 comments on commit 944a21f

Please sign in to comment.