Skip to content

Commit

Permalink
[Ice] fix #17 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
icegriffinguru committed Jun 23, 2023
1 parent 896c7d2 commit 66e1f0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/DataNftCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,9 @@ export function DataNftCard({
</div>

<div className="mt-3 text-center">
{owned && (
<h6 className="font-title font-weight-bold">
<h6 className="font-title font-weight-bold" style={{ visibility: owned ? "visible" : "hidden" }}>
You have this Data NFT
</h6>
)}
</div>

<div className="mt-3 text-center">
Expand Down

0 comments on commit 66e1f0e

Please sign in to comment.